Html Css Color HEX #D458F6 Heliotrope

📋 copy color: '#D458F6'

red 212 ◦ green 88 ◦ blue 246

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

Shades of Heliotrope #D458F6

Tints of Heliotrope #D458F6

RGB

 RED value IS 212 (83.2% from 255) = 38.83%

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

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

R = 38.83%
G = 16.12%
B = 45.05%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D458F6 (or 0xD458F6) is known color: Heliotrope. HEX triplet: D4, 58 and F6. RGB value is (212,88,246). Sum of RGB (Red+Green+Blue) = 212+88+246=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 88 (34.77% from 255 or 16.12% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #D458F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D458F6 is #2BA709. Grayscale: #8E8E8E. Windows color (decimal): -2860810 or 16144596. OLE color: 16144596.

HSL color Cylindrical-coordinate representation of color #D458F6: hue angle of 287.09º 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 #D458F6 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 88 246 -
CMYK 0.14 0.64 0 0.04
HSL 287.09º 0.9% 0.65% -
HSV(B) 287.09º 0.64% 0.96% -
XYZ 47.28 27.63 90.03 -
YUV 143.09 186.08 177.15 -
System Red Green Blue C M Y K H S L
Decimal 212 88 246 0.14 0.64 0 0.04 287.09 0.9 0.65
Hex D4 58 F6 E 40 0 4 11F 5A 41
Octal 324 130 366 16 100 0 4 437 132 101
Binary 11010100 1011000 11110110 1110 1000000 0 100 100011111 1011010 1000001

Color Harmonies of #D458F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D458F6

Black with #D458F6

Text Example


Text Example

White with #D458F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D458F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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