Html Css Color HEX #D552B5 Fuchsia

📋 copy color: '#D552B5'

red 213 ◦ green 82 ◦ blue 181

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

Shades of Fuchsia #D552B5

Tints of Fuchsia #D552B5

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.23%

 BLUE value IS 181 (71.09% from 255) = 38.03%

R = 44.75%
G = 17.23%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D552B5 (or 0xD552B5) is known color: Fuchsia. HEX triplet: D5, 52 and B5. RGB value is (213,82,181). Sum of RGB (Red+Green+Blue) = 213+82+181=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 82 (32.42% from 255 or 17.23% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D552B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552B5 is #2AAD4A. Grayscale: #848484. Windows color (decimal): -2796875 or 11883221. OLE color: 11883221.

HSL color Cylindrical-coordinate representation of color #D552B5: hue angle of 314.66º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D552B5 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 82 181 -
CMYK 0 0.62 0.15 0.16
HSL 314.66º 0.61% 0.58% -
HSV(B) 314.66º 0.62% 0.84% -
XYZ 38.8 23.52 46.21 -
YUV 132.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 213 82 181 0 0.62 0.15 0.16 314.66 0.61 0.58
Hex D5 52 B5 0 3E F 10 13B 3D 3A
Octal 325 122 265 0 76 17 20 473 75 72
Binary 11010101 1010010 10110101 0 111110 1111 10000 100111011 111101 111010

Color Harmonies of #D552B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D552B5

Black with #D552B5

Text Example


Text Example

White with #D552B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D552B5; }

 p { color: rgb(213,82,181); }

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

background-color css

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

 a { background-color: rgb(213,82,181); }

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

border-color css

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

 span { border-color: rgb(213,82,181); }

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