Html Css Color HEX #D236B1 Fuchsia

📋 copy color: '#D236B1'

red 210 ◦ green 54 ◦ blue 177

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

Shades of Fuchsia #D236B1

Tints of Fuchsia #D236B1

RGB

 RED value IS 210 (82.42% from 255) = 47.62%

 GREEN value IS 54 (21.48% from 255) = 12.24%

 BLUE value IS 177 (69.53% from 255) = 40.14%

R = 47.62%
G = 12.24%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D236B1 (or 0xD236B1) is known color: Fuchsia. HEX triplet: D2, 36 and B1. RGB value is (210,54,177). Sum of RGB (Red+Green+Blue) = 210+54+177=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D236B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D236B1 is #2DC94E. Grayscale: #727272. Windows color (decimal): -3000655 or 11613906. OLE color: 11613906.

HSL color Cylindrical-coordinate representation of color #D236B1: hue angle of 312.69º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D236B1 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 54 177 -
CMYK 0 0.74 0.16 0.18
HSL 312.69º 0.63% 0.52% -
HSV(B) 312.69º 0.74% 0.82% -
XYZ 35.83 19.51 43.47 -
YUV 114.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 210 54 177 0 0.74 0.16 0.18 312.69 0.63 0.52
Hex D2 36 B1 0 4A 10 12 139 3F 34
Octal 322 66 261 0 112 20 22 471 77 64
Binary 11010010 110110 10110001 0 1001010 10000 10010 100111001 111111 110100

Color Harmonies of #D236B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D236B1

Black with #D236B1

Text Example


Text Example

White with #D236B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D236B1; }

 p { color: rgb(210,54,177); }

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

background-color css

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

 a { background-color: rgb(210,54,177); }

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

border-color css

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

 span { border-color: rgb(210,54,177); }

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