Html Css Color HEX #D258F6 Heliotrope

📋 copy color: '#D258F6'

red 210 ◦ green 88 ◦ blue 246

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

Shades of Heliotrope #D258F6

Tints of Heliotrope #D258F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.22%

R = 38.6%
G = 16.18%
B = 45.22%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D258F6 (or 0xD258F6) is known color: Heliotrope. HEX triplet: D2, 58 and F6. RGB value is (210,88,246). Sum of RGB (Red+Green+Blue) = 210+88+246=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #D258F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D258F6 is #2DA709. Grayscale: #8D8D8D. Windows color (decimal): -2991882 or 16144594. OLE color: 16144594.

HSL color Cylindrical-coordinate representation of color #D258F6: hue angle of 286.33º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D258F6 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 88 246 -
CMYK 0.15 0.64 0 0.04
HSL 286.33º 0.9% 0.65% -
HSV(B) 286.33º 0.64% 0.96% -
XYZ 46.7 27.33 90 -
YUV 142.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 210 88 246 0.15 0.64 0 0.04 286.33 0.9 0.65
Hex D2 58 F6 F 40 0 4 11E 5A 41
Octal 322 130 366 17 100 0 4 436 132 101
Binary 11010010 1011000 11110110 1111 1000000 0 100 100011110 1011010 1000001

Color Harmonies of #D258F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D258F6

Black with #D258F6

Text Example


Text Example

White with #D258F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D258F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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