Html Css Color HEX #D566F2 Heliotrope

📋 copy color: '#D566F2'

red 213 ◦ green 102 ◦ blue 242

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

Shades of Heliotrope #D566F2

Tints of Heliotrope #D566F2

RGB

 RED value IS 213 (83.59% from 255) = 38.24%

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

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 38.24%
G = 18.31%
B = 43.45%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D566F2 (or 0xD566F2) is known color: Heliotrope. HEX triplet: D5, 66 and F2. RGB value is (213,102,242). Sum of RGB (Red+Green+Blue) = 213+102+242=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #D566F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D566F2 is #2A990D. Grayscale: #969696. Windows color (decimal): -2791694 or 15886037. OLE color: 15886037.

HSL color Cylindrical-coordinate representation of color #D566F2: hue angle of 287.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D566F2 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 102 242 -
CMYK 0.12 0.58 0 0.05
HSL 287.57º 0.84% 0.67% -
HSV(B) 287.57º 0.58% 0.95% -
XYZ 48.22 30.06 87.27 -
YUV 151.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 213 102 242 0.12 0.58 0 0.05 287.57 0.84 0.67
Hex D5 66 F2 C 3A 0 5 120 54 43
Octal 325 146 362 14 72 0 5 440 124 103
Binary 11010101 1100110 11110010 1100 111010 0 101 100100000 1010100 1000011

Color Harmonies of #D566F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566F2

Black with #D566F2

Text Example


Text Example

White with #D566F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566F2; }

 p { color: rgb(213,102,242); }

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

background-color css

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

 a { background-color: rgb(213,102,242); }

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

border-color css

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

 span { border-color: rgb(213,102,242); }

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