Html Css Color HEX #D455FD Heliotrope

📋 copy color: '#D455FD'

red 212 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #D455FD

Tints of Heliotrope #D455FD

RGB

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

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

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

R = 38.55%
G = 15.45%
B = 46%

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

#D455FD (or 0xD455FD) is known color: Heliotrope. HEX triplet: D4, 55 and FD. RGB value is (212,85,253). Sum of RGB (Red+Green+Blue) = 212+85+253=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #D455FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D455FD is #2BAA02. Grayscale: #8D8D8D. Windows color (decimal): -2861571 or 16602580. OLE color: 16602580.

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

Color convert

RGB 212 85 253 -
CMYK 0.16 0.66 0 0.01
HSL 285.36º 0.98% 0.66% -
HSV(B) 285.36º 0.66% 0.99% -
XYZ 48.13 27.59 95.72 -
YUV 142.13 190.58 177.84 -
System Red Green Blue C M Y K H S L
Decimal 212 85 253 0.16 0.66 0 0.01 285.36 0.98 0.66
Hex D4 55 FD 10 42 0 1 11D 62 42
Octal 324 125 375 20 102 0 1 435 142 102
Binary 11010100 1010101 11111101 10000 1000010 0 1 100011101 1100010 1000010

Color Harmonies of #D455FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D455FD

Black with #D455FD

Text Example


Text Example

White with #D455FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D455FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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