Html Css Color HEX #D554F6 Heliotrope

📋 copy color: '#D554F6'

red 213 ◦ green 84 ◦ blue 246

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

Shades of Heliotrope #D554F6

Tints of Heliotrope #D554F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.3%

R = 39.23%
G = 15.47%
B = 45.3%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D554F6 (or 0xD554F6) is known color: Heliotrope. HEX triplet: D5, 54 and F6. RGB value is (213,84,246). Sum of RGB (Red+Green+Blue) = 213+84+246=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 84 (33.20% from 255 or 15.47% from 543); Blue value is 246 (96.48% from 255 or 45.30% from 543); Max value from RGB is 246 - color contains mainly: blue. Hex color #D554F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D554F6 is #2AAB09. Grayscale: #8C8C8C. Windows color (decimal): -2796298 or 16143573. OLE color: 16143573.

HSL color Cylindrical-coordinate representation of color #D554F6: hue angle of 287.78º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D554F6 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 84 246 -
CMYK 0.13 0.66 0 0.04
HSL 287.78º 0.9% 0.65% -
HSV(B) 287.78º 0.66% 0.96% -
XYZ 47.25 27.14 89.94 -
YUV 141.04 187.24 179.33 -
System Red Green Blue C M Y K H S L
Decimal 213 84 246 0.13 0.66 0 0.04 287.78 0.9 0.65
Hex D5 54 F6 D 42 0 4 120 5A 41
Octal 325 124 366 15 102 0 4 440 132 101
Binary 11010101 1010100 11110110 1101 1000010 0 100 100100000 1011010 1000001

Color Harmonies of #D554F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D554F6

Black with #D554F6

Text Example


Text Example

White with #D554F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D554F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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