Html Css Color HEX #D237D0 Fuchsia

📋 copy color: '#D237D0'

red 210 ◦ green 55 ◦ blue 208

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

Shades of Fuchsia #D237D0

Tints of Fuchsia #D237D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.97%

R = 44.4%
G = 11.63%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D237D0 (or 0xD237D0) is known color: Fuchsia. HEX triplet: D2, 37 and D0. RGB value is (210,55,208). Sum of RGB (Red+Green+Blue) = 210+55+208=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 55 (21.88% from 255 or 11.63% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D237D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D237D0 is #2DC82F. Grayscale: #767676. Windows color (decimal): -3000368 or 13645778. OLE color: 13645778.

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

Color convert

RGB 210 55 208 -
CMYK 0 0.74 0.01 0.18
HSL 300.77º 0.63% 0.52% -
HSV(B) 300.77º 0.74% 0.82% -
XYZ 39.33 20.99 61.65 -
YUV 118.79 178.35 193.06 -
System Red Green Blue C M Y K H S L
Decimal 210 55 208 0 0.74 0.01 0.18 300.77 0.63 0.52
Hex D2 37 D0 0 4A 1 12 12D 3F 34
Octal 322 67 320 0 112 1 22 455 77 64
Binary 11010010 110111 11010000 0 1001010 1 10010 100101101 111111 110100

Color Harmonies of #D237D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D237D0

Black with #D237D0

Text Example


Text Example

White with #D237D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D237D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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