Html Css Color HEX #D666FD Heliotrope

📋 copy color: '#D666FD'

red 214 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #D666FD

Tints of Heliotrope #D666FD

RGB

 RED value IS 214 (83.98% from 255) = 37.61%

 GREEN value IS 102 (40.23% from 255) = 17.93%

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

R = 37.61%
G = 17.93%
B = 44.46%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D666FD (or 0xD666FD) is known color: Heliotrope. HEX triplet: D6, 66 and FD. RGB value is (214,102,253). Sum of RGB (Red+Green+Blue) = 214+102+253=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 102 (40.23% from 255 or 17.93% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #D666FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D666FD is #299902. Grayscale: #989898. Windows color (decimal): -2726147 or 16606934. OLE color: 16606934.

HSL color Cylindrical-coordinate representation of color #D666FD: hue angle of 284.5º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D666FD is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 214 102 253 -
CMYK 0.15 0.60 0 0.01
HSL 284.5º 0.97% 0.7% -
HSV(B) 284.5º 0.6% 0.99% -
XYZ 50.21 30.89 96.24 -
YUV 152.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 214 102 253 0.15 0.60 0 0.01 284.5 0.97 0.7
Hex D6 66 FD F 3C 0 1 11D 61 46
Octal 326 146 375 17 74 0 1 435 141 106
Binary 11010110 1100110 11111101 1111 111100 0 1 100011101 1100001 1000110

Color Harmonies of #D666FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666FD

Black with #D666FD

Text Example


Text Example

White with #D666FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666FD; }

 p { color: rgb(214,102,253); }

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

background-color css

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

 a { background-color: rgb(214,102,253); }

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

border-color css

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

 span { border-color: rgb(214,102,253); }

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