Html Css Color HEX #D264ED Heliotrope

📋 copy color: '#D264ED'

red 210 ◦ green 100 ◦ blue 237

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

Shades of Heliotrope #D264ED

Tints of Heliotrope #D264ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.33%

R = 38.39%
G = 18.28%
B = 43.33%

CMYK

 C value IS 0.11

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D264ED (or 0xD264ED) is known color: Heliotrope. HEX triplet: D2, 64 and ED. RGB value is (210,100,237). Sum of RGB (Red+Green+Blue) = 210+100+237=547 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.39% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #D264ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D264ED is #2D9B12. Grayscale: #949494. Windows color (decimal): -2988819 or 15557842. OLE color: 15557842.

HSL color Cylindrical-coordinate representation of color #D264ED: hue angle of 288.18º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D264ED is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 100 237 -
CMYK 0.11 0.58 0 0.07
HSL 288.18º 0.79% 0.66% -
HSV(B) 288.18º 0.58% 0.93% -
XYZ 46.42 28.93 83.26 -
YUV 148.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 210 100 237 0.11 0.58 0 0.07 288.18 0.79 0.66
Hex D2 64 ED B 3A 0 7 120 4F 42
Octal 322 144 355 13 72 0 7 440 117 102
Binary 11010010 1100100 11101101 1011 111010 0 111 100100000 1001111 1000010

Color Harmonies of #D264ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D264ED

Black with #D264ED

Text Example


Text Example

White with #D264ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D264ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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