Html Css Color HEX #D565EB Heliotrope

📋 copy color: '#D565EB'

red 213 ◦ green 101 ◦ blue 235

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

Shades of Heliotrope #D565EB

Tints of Heliotrope #D565EB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.4%

 BLUE value IS 235 (92.19% from 255) = 42.81%

R = 38.8%
G = 18.4%
B = 42.81%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D565EB (or 0xD565EB) is known color: Heliotrope. HEX triplet: D5, 65 and EB. RGB value is (213,101,235). Sum of RGB (Red+Green+Blue) = 213+101+235=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #D565EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D565EB is #2A9A14. Grayscale: #959595. Windows color (decimal): -2791957 or 15427029. OLE color: 15427029.

HSL color Cylindrical-coordinate representation of color #D565EB: hue angle of 290.15º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D565EB is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 101 235 -
CMYK 0.09 0.57 0 0.08
HSL 290.15º 0.77% 0.66% -
HSV(B) 290.15º 0.57% 0.92% -
XYZ 47.09 29.45 81.8 -
YUV 149.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 213 101 235 0.09 0.57 0 0.08 290.15 0.77 0.66
Hex D5 65 EB 9 39 0 8 122 4D 42
Octal 325 145 353 11 71 0 10 442 115 102
Binary 11010101 1100101 11101011 1001 111001 0 1000 100100010 1001101 1000010

Color Harmonies of #D565EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565EB

Black with #D565EB

Text Example


Text Example

White with #D565EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565EB; }

 p { color: rgb(213,101,235); }

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

background-color css

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

 a { background-color: rgb(213,101,235); }

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

border-color css

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

 span { border-color: rgb(213,101,235); }

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