Html Css Color HEX #D25EEB Heliotrope

📋 copy color: '#D25EEB'

red 210 ◦ green 94 ◦ blue 235

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

Shades of Heliotrope #D25EEB

Tints of Heliotrope #D25EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.44%

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

R = 38.96%
G = 17.44%
B = 43.6%

CMYK

 C value IS 0.11

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D25EEB (or 0xD25EEB) is known color: Heliotrope. HEX triplet: D2, 5E and EB. RGB value is (210,94,235). Sum of RGB (Red+Green+Blue) = 210+94+235=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #D25EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EEB is #2DA114. Grayscale: #909090. Windows color (decimal): -2990357 or 15425234. OLE color: 15425234.

HSL color Cylindrical-coordinate representation of color #D25EEB: hue angle of 289.36º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25EEB is Cyan = 0.11, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 94 235 -
CMYK 0.11 0.6 0 0.08
HSL 289.36º 0.78% 0.65% -
HSV(B) 289.36º 0.6% 0.92% -
XYZ 45.58 27.71 81.54 -
YUV 144.76 178.93 174.54 -
System Red Green Blue C M Y K H S L
Decimal 210 94 235 0.11 0.6 0 0.08 289.36 0.78 0.65
Hex D2 5E EB B 3C 0 8 121 4E 41
Octal 322 136 353 13 74 0 10 441 116 101
Binary 11010010 1011110 11101011 1011 111100 0 1000 100100001 1001110 1000001

Color Harmonies of #D25EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EEB

Black with #D25EEB

Text Example


Text Example

White with #D25EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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