Html Css Color HEX #D552C2 Fuchsia

📋 copy color: '#D552C2'

red 213 ◦ green 82 ◦ blue 194

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

Shades of Fuchsia #D552C2

Tints of Fuchsia #D552C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.67%

R = 43.56%
G = 16.77%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D552C2 (or 0xD552C2) is known color: Fuchsia. HEX triplet: D5, 52 and C2. RGB value is (213,82,194). Sum of RGB (Red+Green+Blue) = 213+82+194=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 194 (76.17% from 255 or 39.67% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D552C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D552C2 is #2AAD3D. Grayscale: #858585. Windows color (decimal): -2796862 or 12735189. OLE color: 12735189.

HSL color Cylindrical-coordinate representation of color #D552C2: hue angle of 308.7º 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 #D552C2 is Cyan = 0, Magento = 0.62, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 82 194 -
CMYK 0 0.62 0.09 0.16
HSL 308.7º 0.61% 0.58% -
HSV(B) 308.7º 0.62% 0.84% -
XYZ 40.2 24.08 53.57 -
YUV 133.94 161.9 184.39 -
System Red Green Blue C M Y K H S L
Decimal 213 82 194 0 0.62 0.09 0.16 308.7 0.61 0.58
Hex D5 52 C2 0 3E 9 10 135 3D 3A
Octal 325 122 302 0 76 11 20 465 75 72
Binary 11010101 1010010 11000010 0 111110 1001 10000 100110101 111101 111010

Color Harmonies of #D552C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D552C2

Black with #D552C2

Text Example


Text Example

White with #D552C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D552C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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