Html Css Color HEX #D554FF Heliotrope

📋 copy color: '#D554FF'

red 213 ◦ green 84 ◦ blue 255

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

Shades of Heliotrope #D554FF

Tints of Heliotrope #D554FF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.22%

 BLUE value IS 255 (100% from 255) = 46.2%

R = 38.59%
G = 15.22%
B = 46.2%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D554FF (or 0xD554FF) is known color: Heliotrope. HEX triplet: D5, 54 and FF. RGB value is (213,84,255). Sum of RGB (Red+Green+Blue) = 213+84+255=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 84 (33.20% from 255 or 15.22% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #D554FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D554FF is #2AAB00. Grayscale: #8D8D8D. Windows color (decimal): -2796289 or 16733397. OLE color: 16733397.

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

Color convert

RGB 213 84 255 -
CMYK 0.16 0.67 0 0
HSL 285.26º 1% 0.66% -
HSV(B) 285.26º 0.67% 1% -
XYZ 48.66 27.71 97.39 -
YUV 142.07 191.74 178.6 -
System Red Green Blue C M Y K H S L
Decimal 213 84 255 0.16 0.67 0 0 285.26 1 0.66
Hex D5 54 FF 10 43 0 0 11D 64 42
Octal 325 124 377 20 103 0 0 435 144 102
Binary 11010101 1010100 11111111 10000 1000011 0 0 100011101 1100100 1000010

Color Harmonies of #D554FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D554FF

Black with #D554FF

Text Example


Text Example

White with #D554FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D554FF; }

 p { color: rgb(213,84,255); }

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

background-color css

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

 a { background-color: rgb(213,84,255); }

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

border-color css

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

 span { border-color: rgb(213,84,255); }

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