Html Css Color HEX #D065EB Heliotrope

📋 copy color: '#D065EB'

red 208 ◦ green 101 ◦ blue 235

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

Shades of Heliotrope #D065EB

Tints of Heliotrope #D065EB

RGB

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

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

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

R = 38.24%
G = 18.57%
B = 43.2%

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

#D065EB (or 0xD065EB) is known color: Heliotrope. HEX triplet: D0, 65 and EB. RGB value is (208,101,235). Sum of RGB (Red+Green+Blue) = 208+101+235=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 101 (39.84% from 255 or 18.57% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #D065EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D065EB is #2F9A14. Grayscale: #939393. Windows color (decimal): -3119637 or 15427024. OLE color: 15427024.

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

Color convert

RGB 208 101 235 -
CMYK 0.11 0.57 0 0.08
HSL 287.91º 0.77% 0.66% -
HSV(B) 287.91º 0.57% 0.92% -
XYZ 45.66 28.72 81.73 -
YUV 148.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 208 101 235 0.11 0.57 0 0.08 287.91 0.77 0.66
Hex D0 65 EB B 39 0 8 120 4D 42
Octal 320 145 353 13 71 0 10 440 115 102
Binary 11010000 1100101 11101011 1011 111001 0 1000 100100000 1001101 1000010

Color Harmonies of #D065EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065EB

Black with #D065EB

Text Example


Text Example

White with #D065EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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