Html Css Color HEX #DF66FD Heliotrope

📋 copy color: '#DF66FD'

red 223 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #DF66FD

Tints of Heliotrope #DF66FD

RGB

 RED value IS 223 (87.5% from 255) = 38.58%

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

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

R = 38.58%
G = 17.65%
B = 43.77%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DF66FD (or 0xDF66FD) is known color: Heliotrope. HEX triplet: DF, 66 and FD. RGB value is (223,102,253). Sum of RGB (Red+Green+Blue) = 223+102+253=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 102 (40.23% from 255 or 17.65% from 578); Blue value is 253 (99.22% from 255 or 43.77% from 578); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF66FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66FD is #209902. Grayscale: #9A9A9A. Windows color (decimal): -2136323 or 16606943. OLE color: 16606943.

HSL color Cylindrical-coordinate representation of color #DF66FD: hue angle of 288.08º 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 #DF66FD is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 102 253 -
CMYK 0.12 0.60 0 0.01
HSL 288.08º 0.97% 0.7% -
HSV(B) 288.08º 0.6% 0.99% -
XYZ 52.91 32.28 96.37 -
YUV 155.39 183.09 176.22 -
System Red Green Blue C M Y K H S L
Decimal 223 102 253 0.12 0.60 0 0.01 288.08 0.97 0.7
Hex DF 66 FD C 3C 0 1 120 61 46
Octal 337 146 375 14 74 0 1 440 141 106
Binary 11011111 1100110 11111101 1100 111100 0 1 100100000 1100001 1000110

Color Harmonies of #DF66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF66FD

Black with #DF66FD

Text Example


Text Example

White with #DF66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF66FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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