Html Css Color HEX #D260FD Heliotrope

📋 copy color: '#D260FD'

red 210 ◦ green 96 ◦ blue 253

#D260FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D260FD

Tints of Heliotrope #D260FD

RGB

 RED value IS 210 (82.42% from 255) = 37.57%

 GREEN value IS 96 (37.89% from 255) = 17.17%

 BLUE value IS 253 (99.22% from 255) = 45.26%

R = 37.57%
G = 17.17%
B = 45.26%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D260FD (or 0xD260FD) is known color: Heliotrope. HEX triplet: D2, 60 and FD. RGB value is (210,96,253). Sum of RGB (Red+Green+Blue) = 210+96+253=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #D260FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D260FD is #2D9F02. Grayscale: #939393. Windows color (decimal): -2989827 or 16605394. OLE color: 16605394.

HSL color Cylindrical-coordinate representation of color #D260FD: hue angle of 283.57º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D260FD is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 96 253 -
CMYK 0.17 0.62 0 0.01
HSL 283.57º 0.98% 0.68% -
HSV(B) 283.57º 0.62% 0.99% -
XYZ 48.49 29.16 96 -
YUV 147.98 187.27 172.23 -
System Red Green Blue C M Y K H S L
Decimal 210 96 253 0.17 0.62 0 0.01 283.57 0.98 0.68
Hex D2 60 FD 11 3E 0 1 11C 62 44
Octal 322 140 375 21 76 0 1 434 142 104
Binary 11010010 1100000 11111101 10001 111110 0 1 100011100 1100010 1000100

Color Harmonies of #D260FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D260FD

Black with #D260FD

Text Example


Text Example

White with #D260FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D260FD; }

 p { color: rgb(210,96,253); }

 H1.HeaderClassName
 {
   color: #D260FD;
 }
 .AnyTagClassName
 {
   color: #D260FD;
 }
</style>

background-color css

<style>
 a { background-color: #D260FD; }

 a { background-color: rgb(210,96,253); }

 div.DivClassName
 {
   background-color: #D260FD;
 }
 .BgClassName
 {
   background-color: #D260FD;
 }
</style>

border-color css

<style>
 span { border-color: #D260FD; }

 span { border-color: rgb(210,96,253); }

 td.TdClassName
 {
   border-color: #D260FD;
 }
 .TagClassName
 {
   border-color: #D260FD;
 }
</style>