Html Css Color HEX #D25DEF Heliotrope

📋 copy color: '#D25DEF'

red 210 ◦ green 93 ◦ blue 239

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

Shades of Heliotrope #D25DEF

Tints of Heliotrope #D25DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.1%

R = 38.75%
G = 17.16%
B = 44.1%

CMYK

 C value IS 0.12

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D25DEF (or 0xD25DEF) is known color: Heliotrope. HEX triplet: D2, 5D and EF. RGB value is (210,93,239). Sum of RGB (Red+Green+Blue) = 210+93+239=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #D25DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D25DEF is #2DA210. Grayscale: #909090. Windows color (decimal): -2990609 or 15687122. OLE color: 15687122.

HSL color Cylindrical-coordinate representation of color #D25DEF: hue angle of 288.08º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D25DEF is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 93 239 -
CMYK 0.12 0.61 0 0.06
HSL 288.08º 0.82% 0.65% -
HSV(B) 288.08º 0.61% 0.94% -
XYZ 46.07 27.76 84.59 -
YUV 144.63 181.26 174.63 -
System Red Green Blue C M Y K H S L
Decimal 210 93 239 0.12 0.61 0 0.06 288.08 0.82 0.65
Hex D2 5D EF C 3D 0 6 120 52 41
Octal 322 135 357 14 75 0 6 440 122 101
Binary 11010010 1011101 11101111 1100 111101 0 110 100100000 1010010 1000001

Color Harmonies of #D25DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DEF

Black with #D25DEF

Text Example


Text Example

White with #D25DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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