Html Css Color HEX #D565EF Heliotrope

📋 copy color: '#D565EF'

red 213 ◦ green 101 ◦ blue 239

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

Shades of Heliotrope #D565EF

Tints of Heliotrope #D565EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.22%

R = 38.52%
G = 18.26%
B = 43.22%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D565EF (or 0xD565EF) is known color: Heliotrope. HEX triplet: D5, 65 and EF. RGB value is (213,101,239). Sum of RGB (Red+Green+Blue) = 213+101+239=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #D565EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D565EF is #2A9A10. Grayscale: #959595. Windows color (decimal): -2791953 or 15689173. OLE color: 15689173.

HSL color Cylindrical-coordinate representation of color #D565EF: hue angle of 288.7º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D565EF is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 101 239 -
CMYK 0.11 0.58 0 0.06
HSL 288.7º 0.81% 0.67% -
HSV(B) 288.7º 0.58% 0.94% -
XYZ 47.67 29.69 84.88 -
YUV 150.22 178.11 172.78 -
System Red Green Blue C M Y K H S L
Decimal 213 101 239 0.11 0.58 0 0.06 288.7 0.81 0.67
Hex D5 65 EF B 3A 0 6 121 51 43
Octal 325 145 357 13 72 0 6 441 121 103
Binary 11010101 1100101 11101111 1011 111010 0 110 100100001 1010001 1000011

Color Harmonies of #D565EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D565EF

Black with #D565EF

Text Example


Text Example

White with #D565EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D565EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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