Html Css Color HEX #D455FA Heliotrope

📋 copy color: '#D455FA'

red 212 ◦ green 85 ◦ blue 250

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

Shades of Heliotrope #D455FA

Tints of Heliotrope #D455FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 38.76%
G = 15.54%
B = 45.7%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D455FA (or 0xD455FA) is known color: Heliotrope. HEX triplet: D4, 55 and FA. RGB value is (212,85,250). Sum of RGB (Red+Green+Blue) = 212+85+250=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 85 (33.59% from 255 or 15.54% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #D455FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D455FA is #2BAA05. Grayscale: #8D8D8D. Windows color (decimal): -2861574 or 16405972. OLE color: 16405972.

HSL color Cylindrical-coordinate representation of color #D455FA: hue angle of 286.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D455FA is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 85 250 -
CMYK 0.15 0.66 0 0.02
HSL 286.18º 0.94% 0.66% -
HSV(B) 286.18º 0.66% 0.98% -
XYZ 47.66 27.4 93.22 -
YUV 141.78 189.08 178.08 -
System Red Green Blue C M Y K H S L
Decimal 212 85 250 0.15 0.66 0 0.02 286.18 0.94 0.66
Hex D4 55 FA F 42 0 2 11E 5E 42
Octal 324 125 372 17 102 0 2 436 136 102
Binary 11010100 1010101 11111010 1111 1000010 0 10 100011110 1011110 1000010

Color Harmonies of #D455FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D455FA

Black with #D455FA

Text Example


Text Example

White with #D455FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D455FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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