Html Css Color HEX #D152BB Fuchsia

📋 copy color: '#D152BB'

red 209 ◦ green 82 ◦ blue 187

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

Shades of Fuchsia #D152BB

Tints of Fuchsia #D152BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 43.72%
G = 17.15%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D152BB (or 0xD152BB) is known color: Fuchsia. HEX triplet: D1, 52 and BB. RGB value is (209,82,187). Sum of RGB (Red+Green+Blue) = 209+82+187=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D152BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D152BB is #2EAD44. Grayscale: #838383. Windows color (decimal): -3059013 or 12276433. OLE color: 12276433.

HSL color Cylindrical-coordinate representation of color #D152BB: hue angle of 310.39º 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 #D152BB is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 82 187 -
CMYK 0 0.61 0.11 0.18
HSL 310.39º 0.58% 0.57% -
HSV(B) 310.39º 0.61% 0.82% -
XYZ 38.28 23.18 49.47 -
YUV 131.94 159.08 182.96 -
System Red Green Blue C M Y K H S L
Decimal 209 82 187 0 0.61 0.11 0.18 310.39 0.58 0.57
Hex D1 52 BB 0 3D B 12 136 3A 39
Octal 321 122 273 0 75 13 22 466 72 71
Binary 11010001 1010010 10111011 0 111101 1011 10010 100110110 111010 111001

Color Harmonies of #D152BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D152BB

Black with #D152BB

Text Example


Text Example

White with #D152BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D152BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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