Html Css Color HEX #D24CCB Fuchsia

📋 copy color: '#D24CCB'

red 210 ◦ green 76 ◦ blue 203

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

Shades of Fuchsia #D24CCB

Tints of Fuchsia #D24CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 42.94%
G = 15.54%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D24CCB (or 0xD24CCB) is known color: Fuchsia. HEX triplet: D2, 4C and CB. RGB value is (210,76,203). Sum of RGB (Red+Green+Blue) = 210+76+203=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D24CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24CCB is #2DB334. Grayscale: #828282. Windows color (decimal): -2994997 or 13323474. OLE color: 13323474.

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

Color convert

RGB 210 76 203 -
CMYK 0 0.64 0.03 0.18
HSL 303.13º 0.6% 0.56% -
HSV(B) 303.13º 0.64% 0.82% -
XYZ 39.94 23.18 58.87 -
YUV 130.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 210 76 203 0 0.64 0.03 0.18 303.13 0.6 0.56
Hex D2 4C CB 0 40 3 12 12F 3C 38
Octal 322 114 313 0 100 3 22 457 74 70
Binary 11010010 1001100 11001011 0 1000000 11 10010 100101111 111100 111000

Color Harmonies of #D24CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CCB

Black with #D24CCB

Text Example


Text Example

White with #D24CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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