Html Css Color HEX #D25DEB Heliotrope

📋 copy color: '#D25DEB'

red 210 ◦ green 93 ◦ blue 235

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

Shades of Heliotrope #D25DEB

Tints of Heliotrope #D25DEB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.29%

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

R = 39.03%
G = 17.29%
B = 43.68%

CMYK

 C value IS 0.11

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D25DEB (or 0xD25DEB) is known color: Heliotrope. HEX triplet: D2, 5D and EB. RGB value is (210,93,235). Sum of RGB (Red+Green+Blue) = 210+93+235=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #D25DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DEB is #2DA214. Grayscale: #8F8F8F. Windows color (decimal): -2990613 or 15424978. OLE color: 15424978.

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

Color convert

RGB 210 93 235 -
CMYK 0.11 0.60 0 0.08
HSL 289.44º 0.78% 0.64% -
HSV(B) 289.44º 0.6% 0.92% -
XYZ 45.49 27.53 81.51 -
YUV 144.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 210 93 235 0.11 0.60 0 0.08 289.44 0.78 0.64
Hex D2 5D EB B 3C 0 8 121 4E 40
Octal 322 135 353 13 74 0 10 441 116 100
Binary 11010010 1011101 11101011 1011 111100 0 1000 100100001 1001110 1000000

Color Harmonies of #D25DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DEB

Black with #D25DEB

Text Example


Text Example

White with #D25DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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