Html Css Color HEX #D555FC Heliotrope

📋 copy color: '#D555FC'

red 213 ◦ green 85 ◦ blue 252

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

Shades of Heliotrope #D555FC

Tints of Heliotrope #D555FC

RGB

 RED value IS 213 (83.59% from 255) = 38.73%

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

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

R = 38.73%
G = 15.45%
B = 45.82%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D555FC (or 0xD555FC) is known color: Heliotrope. HEX triplet: D5, 55 and FC. RGB value is (213,85,252). Sum of RGB (Red+Green+Blue) = 213+85+252=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 85 (33.59% from 255 or 15.45% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #D555FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D555FC is #2AAA03. Grayscale: #8D8D8D. Windows color (decimal): -2796036 or 16537045. OLE color: 16537045.

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

Color convert

RGB 213 85 252 -
CMYK 0.15 0.66 0 0.01
HSL 285.99º 0.97% 0.66% -
HSV(B) 285.99º 0.66% 0.99% -
XYZ 48.26 27.67 94.89 -
YUV 142.31 189.91 178.42 -
System Red Green Blue C M Y K H S L
Decimal 213 85 252 0.15 0.66 0 0.01 285.99 0.97 0.66
Hex D5 55 FC F 42 0 1 11E 61 42
Octal 325 125 374 17 102 0 1 436 141 102
Binary 11010101 1010101 11111100 1111 1000010 0 1 100011110 1100001 1000010

Color Harmonies of #D555FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D555FC

Black with #D555FC

Text Example


Text Example

White with #D555FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D555FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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