Html Css Color HEX #D237B0 Fuchsia

📋 copy color: '#D237B0'

red 210 ◦ green 55 ◦ blue 176

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

Shades of Fuchsia #D237B0

Tints of Fuchsia #D237B0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 12.47%

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 47.62%
G = 12.47%
B = 39.91%

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

#D237B0 (or 0xD237B0) is known color: Fuchsia. HEX triplet: D2, 37 and B0. RGB value is (210,55,176). Sum of RGB (Red+Green+Blue) = 210+55+176=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 55 (21.88% from 255 or 12.47% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D237B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D237B0 is #2DC84F. Grayscale: #727272. Windows color (decimal): -3000400 or 11548626. OLE color: 11548626.

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

Color convert

RGB 210 55 176 -
CMYK 0 0.74 0.16 0.18
HSL 313.16º 0.63% 0.52% -
HSV(B) 313.16º 0.74% 0.82% -
XYZ 35.78 19.57 42.97 -
YUV 115.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 210 55 176 0 0.74 0.16 0.18 313.16 0.63 0.52
Hex D2 37 B0 0 4A 10 12 139 3F 34
Octal 322 67 260 0 112 20 22 471 77 64
Binary 11010010 110111 10110000 0 1001010 10000 10010 100111001 111111 110100

Color Harmonies of #D237B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D237B0

Black with #D237B0

Text Example


Text Example

White with #D237B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D237B0; }

 p { color: rgb(210,55,176); }

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

background-color css

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

 a { background-color: rgb(210,55,176); }

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

border-color css

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

 span { border-color: rgb(210,55,176); }

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