Html Css Color HEX #D258EE Heliotrope

📋 copy color: '#D258EE'

red 210 ◦ green 88 ◦ blue 238

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

Shades of Heliotrope #D258EE

Tints of Heliotrope #D258EE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.42%

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 39.18%
G = 16.42%
B = 44.4%

CMYK

 C value IS 0.12

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D258EE (or 0xD258EE) is known color: Heliotrope. HEX triplet: D2, 58 and EE. RGB value is (210,88,238). Sum of RGB (Red+Green+Blue) = 210+88+238=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #D258EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D258EE is #2DA711. Grayscale: #8D8D8D. Windows color (decimal): -2991890 or 15620306. OLE color: 15620306.

HSL color Cylindrical-coordinate representation of color #D258EE: hue angle of 288.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D258EE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 88 238 -
CMYK 0.12 0.63 0 0.07
HSL 288.8º 0.82% 0.64% -
HSV(B) 288.8º 0.63% 0.93% -
XYZ 45.5 26.85 83.67 -
YUV 141.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 210 88 238 0.12 0.63 0 0.07 288.8 0.82 0.64
Hex D2 58 EE C 3F 0 7 121 52 40
Octal 322 130 356 14 77 0 7 441 122 100
Binary 11010010 1011000 11101110 1100 111111 0 111 100100001 1010010 1000000

Color Harmonies of #D258EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258EE

Black with #D258EE

Text Example


Text Example

White with #D258EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258EE; }

 p { color: rgb(210,88,238); }

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

background-color css

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

 a { background-color: rgb(210,88,238); }

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

border-color css

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

 span { border-color: rgb(210,88,238); }

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