Html Css Color HEX #D065EA Heliotrope

📋 copy color: '#D065EA'

red 208 ◦ green 101 ◦ blue 234

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

Shades of Heliotrope #D065EA

Tints of Heliotrope #D065EA

RGB

 RED value IS 208 (81.64% from 255) = 38.31%

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 38.31%
G = 18.6%
B = 43.09%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D065EA (or 0xD065EA) is known color: Heliotrope. HEX triplet: D0, 65 and EA. RGB value is (208,101,234). Sum of RGB (Red+Green+Blue) = 208+101+234=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #D065EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065EA is #2F9A15. Grayscale: #939393. Windows color (decimal): -3119638 or 15361488. OLE color: 15361488.

HSL color Cylindrical-coordinate representation of color #D065EA: hue angle of 288.27º degrees, saturation: 0.76, 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 #D065EA is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 101 234 -
CMYK 0.11 0.57 0 0.08
HSL 288.27º 0.76% 0.66% -
HSV(B) 288.27º 0.57% 0.92% -
XYZ 45.52 28.66 80.97 -
YUV 148.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 208 101 234 0.11 0.57 0 0.08 288.27 0.76 0.66
Hex D0 65 EA B 39 0 8 120 4C 42
Octal 320 145 352 13 71 0 10 440 114 102
Binary 11010000 1100101 11101010 1011 111001 0 1000 100100000 1001100 1000010

Color Harmonies of #D065EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065EA

Black with #D065EA

Text Example


Text Example

White with #D065EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065EA; }

 p { color: rgb(208,101,234); }

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

background-color css

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

 a { background-color: rgb(208,101,234); }

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

border-color css

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

 span { border-color: rgb(208,101,234); }

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