Html Css Color HEX #D965EB Heliotrope

📋 copy color: '#D965EB'

red 217 ◦ green 101 ◦ blue 235

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

Shades of Heliotrope #D965EB

Tints of Heliotrope #D965EB

RGB

 RED value IS 217 (85.16% from 255) = 39.24%

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

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

R = 39.24%
G = 18.26%
B = 42.5%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D965EB (or 0xD965EB) is known color: Heliotrope. HEX triplet: D9, 65 and EB. RGB value is (217,101,235). Sum of RGB (Red+Green+Blue) = 217+101+235=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 101 (39.84% from 255 or 18.26% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #D965EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D965EB is #269A14. Grayscale: #969696. Windows color (decimal): -2529813 or 15427033. OLE color: 15427033.

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

Color convert

RGB 217 101 235 -
CMYK 0.08 0.57 0 0.08
HSL 291.94º 0.77% 0.66% -
HSV(B) 291.94º 0.57% 0.92% -
XYZ 48.26 30.06 81.86 -
YUV 150.96 175.43 175.1 -
System Red Green Blue C M Y K H S L
Decimal 217 101 235 0.08 0.57 0 0.08 291.94 0.77 0.66
Hex D9 65 EB 8 39 0 8 124 4D 42
Octal 331 145 353 10 71 0 10 444 115 102
Binary 11011001 1100101 11101011 1000 111001 0 1000 100100100 1001101 1000010

Color Harmonies of #D965EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D965EB

Black with #D965EB

Text Example


Text Example

White with #D965EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D965EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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