Html Css Color HEX #D458FD Heliotrope

📋 copy color: '#D458FD'

red 212 ◦ green 88 ◦ blue 253

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

Shades of Heliotrope #D458FD

Tints of Heliotrope #D458FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.75%

R = 38.34%
G = 15.91%
B = 45.75%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D458FD (or 0xD458FD) is known color: Heliotrope. HEX triplet: D4, 58 and FD. RGB value is (212,88,253). Sum of RGB (Red+Green+Blue) = 212+88+253=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 88 (34.77% from 255 or 15.91% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #D458FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D458FD is #2BA702. Grayscale: #8F8F8F. Windows color (decimal): -2860803 or 16603348. OLE color: 16603348.

HSL color Cylindrical-coordinate representation of color #D458FD: hue angle of 285.09º degrees, saturation: 0.98, 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 #D458FD is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 88 253 -
CMYK 0.16 0.65 0 0.01
HSL 285.09º 0.98% 0.67% -
HSV(B) 285.09º 0.65% 0.99% -
XYZ 48.37 28.07 95.8 -
YUV 143.89 189.58 176.58 -
System Red Green Blue C M Y K H S L
Decimal 212 88 253 0.16 0.65 0 0.01 285.09 0.98 0.67
Hex D4 58 FD 10 41 0 1 11D 62 43
Octal 324 130 375 20 101 0 1 435 142 103
Binary 11010100 1011000 11111101 10000 1000001 0 1 100011101 1100010 1000011

Color Harmonies of #D458FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D458FD

Black with #D458FD

Text Example


Text Example

White with #D458FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D458FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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