Html Css Color HEX #D566F5 Heliotrope

📋 copy color: '#D566F5'

red 213 ◦ green 102 ◦ blue 245

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

Shades of Heliotrope #D566F5

Tints of Heliotrope #D566F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.75%

R = 38.04%
G = 18.21%
B = 43.75%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D566F5 (or 0xD566F5) is known color: Heliotrope. HEX triplet: D5, 66 and F5. RGB value is (213,102,245). Sum of RGB (Red+Green+Blue) = 213+102+245=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 245 (96.09% from 255 or 43.75% from 560); Max value from RGB is 245 - color contains mainly: blue. Hex color #D566F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D566F5 is #2A990A. Grayscale: #979797. Windows color (decimal): -2791691 or 16082645. OLE color: 16082645.

HSL color Cylindrical-coordinate representation of color #D566F5: hue angle of 286.57º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D566F5 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 102 245 -
CMYK 0.13 0.58 0 0.04
HSL 286.57º 0.88% 0.68% -
HSV(B) 286.57º 0.58% 0.96% -
XYZ 48.67 30.24 89.66 -
YUV 151.49 180.77 171.87 -
System Red Green Blue C M Y K H S L
Decimal 213 102 245 0.13 0.58 0 0.04 286.57 0.88 0.68
Hex D5 66 F5 D 3A 0 4 11F 58 44
Octal 325 146 365 15 72 0 4 437 130 104
Binary 11010101 1100110 11110101 1101 111010 0 100 100011111 1011000 1000100

Color Harmonies of #D566F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D566F5

Black with #D566F5

Text Example


Text Example

White with #D566F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D566F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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