Html Css Color HEX #D455FC Heliotrope

📋 copy color: '#D455FC'

red 212 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #D455FC

Tints of Heliotrope #D455FC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.48%

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

R = 38.62%
G = 15.48%
B = 45.9%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D455FC (or 0xD455FC) is known color: Heliotrope. HEX triplet: D4, 55 and FC. RGB value is (212,85,252). Sum of RGB (Red+Green+Blue) = 212+85+252=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 85 (33.59% from 255 or 15.48% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #D455FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D455FC is #2BAA03. Grayscale: #8D8D8D. Windows color (decimal): -2861572 or 16537044. OLE color: 16537044.

HSL color Cylindrical-coordinate representation of color #D455FC: hue angle of 285.63º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D455FC is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 85 252 -
CMYK 0.16 0.66 0 0.01
HSL 285.63º 0.97% 0.66% -
HSV(B) 285.63º 0.66% 0.99% -
XYZ 47.97 27.52 94.88 -
YUV 142.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 212 85 252 0.16 0.66 0 0.01 285.63 0.97 0.66
Hex D4 55 FC 10 42 0 1 11E 61 42
Octal 324 125 374 20 102 0 1 436 141 102
Binary 11010100 1010101 11111100 10000 1000010 0 1 100011110 1100001 1000010

Color Harmonies of #D455FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D455FC

Black with #D455FC

Text Example


Text Example

White with #D455FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D455FC; }

 p { color: rgb(212,85,252); }

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

background-color css

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

 a { background-color: rgb(212,85,252); }

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

border-color css

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

 span { border-color: rgb(212,85,252); }

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