Html Css Color HEX #D25EED Heliotrope

📋 copy color: '#D25EED'

red 210 ◦ green 94 ◦ blue 237

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

Shades of Heliotrope #D25EED

Tints of Heliotrope #D25EED

RGB

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

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

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

R = 38.82%
G = 17.38%
B = 43.81%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D25EED (or 0xD25EED) is known color: Heliotrope. HEX triplet: D2, 5E and ED. RGB value is (210,94,237). Sum of RGB (Red+Green+Blue) = 210+94+237=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 94 (37.11% from 255 or 17.38% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #D25EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25EED is #2DA112. Grayscale: #909090. Windows color (decimal): -2990355 or 15556306. OLE color: 15556306.

HSL color Cylindrical-coordinate representation of color #D25EED: hue angle of 288.67º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D25EED is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 94 237 -
CMYK 0.11 0.60 0 0.07
HSL 288.67º 0.8% 0.65% -
HSV(B) 288.67º 0.6% 0.93% -
XYZ 45.87 27.82 83.07 -
YUV 144.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 210 94 237 0.11 0.60 0 0.07 288.67 0.8 0.65
Hex D2 5E ED B 3C 0 7 121 50 41
Octal 322 136 355 13 74 0 7 441 120 101
Binary 11010010 1011110 11101101 1011 111100 0 111 100100001 1010000 1000001

Color Harmonies of #D25EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EED

Black with #D25EED

Text Example


Text Example

White with #D25EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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