Html Css Color HEX #D237AF Fuchsia

📋 copy color: '#D237AF'

red 210 ◦ green 55 ◦ blue 175

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

Shades of Fuchsia #D237AF

Tints of Fuchsia #D237AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.77%

R = 47.73%
G = 12.5%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D237AF (or 0xD237AF) is known color: Fuchsia. HEX triplet: D2, 37 and AF. RGB value is (210,55,175). Sum of RGB (Red+Green+Blue) = 210+55+175=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D237AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D237AF is #2DC850. Grayscale: #727272. Windows color (decimal): -3000401 or 11483090. OLE color: 11483090.

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

Color convert

RGB 210 55 175 -
CMYK 0 0.74 0.17 0.18
HSL 313.55º 0.63% 0.52% -
HSV(B) 313.55º 0.74% 0.82% -
XYZ 35.68 19.53 42.45 -
YUV 115.03 161.85 195.74 -
System Red Green Blue C M Y K H S L
Decimal 210 55 175 0 0.74 0.17 0.18 313.55 0.63 0.52
Hex D2 37 AF 0 4A 11 12 13A 3F 34
Octal 322 67 257 0 112 21 22 472 77 64
Binary 11010010 110111 10101111 0 1001010 10001 10010 100111010 111111 110100

Color Harmonies of #D237AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D237AF

Black with #D237AF

Text Example


Text Example

White with #D237AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D237AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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