Html Css Color HEX #D264EB Heliotrope

📋 copy color: '#D264EB'

red 210 ◦ green 100 ◦ blue 235

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

Shades of Heliotrope #D264EB

Tints of Heliotrope #D264EB

RGB

 RED value IS 210 (82.42% from 255) = 38.53%

 GREEN value IS 100 (39.45% from 255) = 18.35%

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

R = 38.53%
G = 18.35%
B = 43.12%

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

#D264EB (or 0xD264EB) is known color: Heliotrope. HEX triplet: D2, 64 and EB. RGB value is (210,100,235). Sum of RGB (Red+Green+Blue) = 210+100+235=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 100 (39.45% from 255 or 18.35% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #D264EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D264EB is #2D9B14. Grayscale: #939393. Windows color (decimal): -2988821 or 15426770. OLE color: 15426770.

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

Color convert

RGB 210 100 235 -
CMYK 0.11 0.57 0 0.08
HSL 288.89º 0.77% 0.66% -
HSV(B) 288.89º 0.57% 0.92% -
XYZ 46.13 28.81 81.73 -
YUV 148.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 210 100 235 0.11 0.57 0 0.08 288.89 0.77 0.66
Hex D2 64 EB B 39 0 8 121 4D 42
Octal 322 144 353 13 71 0 10 441 115 102
Binary 11010010 1100100 11101011 1011 111001 0 1000 100100001 1001101 1000010

Color Harmonies of #D264EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D264EB

Black with #D264EB

Text Example


Text Example

White with #D264EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D264EB; }

 p { color: rgb(210,100,235); }

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

background-color css

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

 a { background-color: rgb(210,100,235); }

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

border-color css

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

 span { border-color: rgb(210,100,235); }

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