Html Css Color HEX #D258FC Heliotrope

📋 copy color: '#D258FC'

red 210 ◦ green 88 ◦ blue 252

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

Shades of Heliotrope #D258FC

Tints of Heliotrope #D258FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.82%

R = 38.18%
G = 16%
B = 45.82%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D258FC (or 0xD258FC) is known color: Heliotrope. HEX triplet: D2, 58 and FC. RGB value is (210,88,252). Sum of RGB (Red+Green+Blue) = 210+88+252=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 88 (34.77% from 255 or 16% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #D258FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D258FC is #2DA703. Grayscale: #8E8E8E. Windows color (decimal): -2991876 or 16537810. OLE color: 16537810.

HSL color Cylindrical-coordinate representation of color #D258FC: hue angle of 284.63º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D258FC is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 88 252 -
CMYK 0.17 0.65 0 0.01
HSL 284.63º 0.96% 0.67% -
HSV(B) 284.63º 0.65% 0.99% -
XYZ 47.64 27.71 94.93 -
YUV 143.17 189.42 175.66 -
System Red Green Blue C M Y K H S L
Decimal 210 88 252 0.17 0.65 0 0.01 284.63 0.96 0.67
Hex D2 58 FC 11 41 0 1 11D 60 43
Octal 322 130 374 21 101 0 1 435 140 103
Binary 11010010 1011000 11111100 10001 1000001 0 1 100011101 1100000 1000011

Color Harmonies of #D258FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258FC

Black with #D258FC

Text Example


Text Example

White with #D258FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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