Html Css Color HEX #D24BB9 Fuchsia

📋 copy color: '#D24BB9'

red 210 ◦ green 75 ◦ blue 185

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

Shades of Fuchsia #D24BB9

Tints of Fuchsia #D24BB9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.96%

 BLUE value IS 185 (72.66% from 255) = 39.36%

R = 44.68%
G = 15.96%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D24BB9 (or 0xD24BB9) is known color: Fuchsia. HEX triplet: D2, 4B and B9. RGB value is (210,75,185). Sum of RGB (Red+Green+Blue) = 210+75+185=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D24BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D24BB9 is #2DB446. Grayscale: #7F7F7F. Windows color (decimal): -2995271 or 12143570. OLE color: 12143570.

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

Color convert

RGB 210 75 185 -
CMYK 0 0.64 0.12 0.18
HSL 311.11º 0.6% 0.56% -
HSV(B) 311.11º 0.64% 0.82% -
XYZ 37.85 22.24 48.2 -
YUV 127.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 210 75 185 0 0.64 0.12 0.18 311.11 0.6 0.56
Hex D2 4B B9 0 40 C 12 137 3C 38
Octal 322 113 271 0 100 14 22 467 74 70
Binary 11010010 1001011 10111001 0 1000000 1100 10010 100110111 111100 111000

Color Harmonies of #D24BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24BB9

Black with #D24BB9

Text Example


Text Example

White with #D24BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24BB9; }

 p { color: rgb(210,75,185); }

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

background-color css

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

 a { background-color: rgb(210,75,185); }

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

border-color css

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

 span { border-color: rgb(210,75,185); }

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