Html Css Color HEX #D152B2 Fuchsia

📋 copy color: '#D152B2'

red 209 ◦ green 82 ◦ blue 178

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

Shades of Fuchsia #D152B2

Tints of Fuchsia #D152B2

RGB

 RED value IS 209 (82.03% from 255) = 44.56%

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

 BLUE value IS 178 (69.92% from 255) = 37.95%

R = 44.56%
G = 17.48%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D152B2 (or 0xD152B2) is known color: Fuchsia. HEX triplet: D1, 52 and B2. RGB value is (209,82,178). Sum of RGB (Red+Green+Blue) = 209+82+178=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D152B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D152B2 is #2EAD4D. Grayscale: #828282. Windows color (decimal): -3059022 or 11686609. OLE color: 11686609.

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

Color convert

RGB 209 82 178 -
CMYK 0 0.61 0.15 0.18
HSL 314.65º 0.58% 0.57% -
HSV(B) 314.65º 0.61% 0.82% -
XYZ 37.35 22.8 44.55 -
YUV 130.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 209 82 178 0 0.61 0.15 0.18 314.65 0.58 0.57
Hex D1 52 B2 0 3D F 12 13B 3A 39
Octal 321 122 262 0 75 17 22 473 72 71
Binary 11010001 1010010 10110010 0 111101 1111 10010 100111011 111010 111001

Color Harmonies of #D152B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D152B2

Black with #D152B2

Text Example


Text Example

White with #D152B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D152B2; }

 p { color: rgb(209,82,178); }

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

background-color css

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

 a { background-color: rgb(209,82,178); }

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

border-color css

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

 span { border-color: rgb(209,82,178); }

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