Html Css Color HEX #D238B1 Fuchsia

📋 copy color: '#D238B1'

red 210 ◦ green 56 ◦ blue 177

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

Shades of Fuchsia #D238B1

Tints of Fuchsia #D238B1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.64%

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

R = 47.4%
G = 12.64%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D238B1 (or 0xD238B1) is known color: Fuchsia. HEX triplet: D2, 38 and B1. RGB value is (210,56,177). Sum of RGB (Red+Green+Blue) = 210+56+177=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D238B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D238B1 is #2DC74E. Grayscale: #737373. Windows color (decimal): -3000143 or 11614418. OLE color: 11614418.

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

Color convert

RGB 210 56 177 -
CMYK 0 0.73 0.16 0.18
HSL 312.86º 0.63% 0.52% -
HSV(B) 312.86º 0.73% 0.82% -
XYZ 35.93 19.7 43.5 -
YUV 115.84 162.52 195.16 -
System Red Green Blue C M Y K H S L
Decimal 210 56 177 0 0.73 0.16 0.18 312.86 0.63 0.52
Hex D2 38 B1 0 49 10 12 139 3F 34
Octal 322 70 261 0 111 20 22 471 77 64
Binary 11010010 111000 10110001 0 1001001 10000 10010 100111001 111111 110100

Color Harmonies of #D238B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238B1

Black with #D238B1

Text Example


Text Example

White with #D238B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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