Html Css Color HEX #D24CB2 Fuchsia

📋 copy color: '#D24CB2'

red 210 ◦ green 76 ◦ blue 178

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

Shades of Fuchsia #D24CB2

Tints of Fuchsia #D24CB2

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.38%

 BLUE value IS 178 (69.92% from 255) = 38.36%

R = 45.26%
G = 16.38%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D24CB2 (or 0xD24CB2) is known color: Fuchsia. HEX triplet: D2, 4C and B2. RGB value is (210,76,178). Sum of RGB (Red+Green+Blue) = 210+76+178=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 178 (69.92% from 255 or 38.36% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24CB2 is #2DB34D. Grayscale: #7F7F7F. Windows color (decimal): -2995022 or 11685074. OLE color: 11685074.

HSL color Cylindrical-coordinate representation of color #D24CB2: hue angle of 314.33º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24CB2 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 76 178 -
CMYK 0 0.64 0.15 0.18
HSL 314.33º 0.6% 0.56% -
HSV(B) 314.33º 0.64% 0.82% -
XYZ 37.2 22.08 44.42 -
YUV 127.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 210 76 178 0 0.64 0.15 0.18 314.33 0.6 0.56
Hex D2 4C B2 0 40 F 12 13A 3C 38
Octal 322 114 262 0 100 17 22 472 74 70
Binary 11010010 1001100 10110010 0 1000000 1111 10010 100111010 111100 111000

Color Harmonies of #D24CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CB2

Black with #D24CB2

Text Example


Text Example

White with #D24CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CB2; }

 p { color: rgb(210,76,178); }

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

background-color css

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

 a { background-color: rgb(210,76,178); }

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

border-color css

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

 span { border-color: rgb(210,76,178); }

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