Html Css Color HEX #D458F2 Heliotrope

📋 copy color: '#D458F2'

red 212 ◦ green 88 ◦ blue 242

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

Shades of Heliotrope #D458F2

Tints of Heliotrope #D458F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.65%

R = 39.11%
G = 16.24%
B = 44.65%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D458F2 (or 0xD458F2) is known color: Heliotrope. HEX triplet: D4, 58 and F2. RGB value is (212,88,242). Sum of RGB (Red+Green+Blue) = 212+88+242=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 88 (34.77% from 255 or 16.24% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #D458F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D458F2 is #2BA70D. Grayscale: #8E8E8E. Windows color (decimal): -2860814 or 15882452. OLE color: 15882452.

HSL color Cylindrical-coordinate representation of color #D458F2: hue angle of 288.31º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D458F2 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 212 88 242 -
CMYK 0.12 0.64 0 0.05
HSL 288.31º 0.86% 0.65% -
HSV(B) 288.31º 0.64% 0.95% -
XYZ 46.67 27.39 86.83 -
YUV 142.63 184.08 177.48 -
System Red Green Blue C M Y K H S L
Decimal 212 88 242 0.12 0.64 0 0.05 288.31 0.86 0.65
Hex D4 58 F2 C 40 0 5 120 56 41
Octal 324 130 362 14 100 0 5 440 126 101
Binary 11010100 1011000 11110010 1100 1000000 0 101 100100000 1010110 1000001

Color Harmonies of #D458F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D458F2

Black with #D458F2

Text Example


Text Example

White with #D458F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D458F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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