Html Css Color HEX #D240CB Fuchsia

📋 copy color: '#D240CB'

red 210 ◦ green 64 ◦ blue 203

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

Shades of Fuchsia #D240CB

Tints of Fuchsia #D240CB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.42%

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

R = 44.03%
G = 13.42%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D240CB (or 0xD240CB) is known color: Fuchsia. HEX triplet: D2, 40 and CB. RGB value is (210,64,203). Sum of RGB (Red+Green+Blue) = 210+64+203=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 64 (25.39% from 255 or 13.42% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D240CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D240CB is #2DBF34. Grayscale: #7B7B7B. Windows color (decimal): -2998069 or 13320402. OLE color: 13320402.

HSL color Cylindrical-coordinate representation of color #D240CB: hue angle of 302.88º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D240CB is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 203 -
CMYK 0 0.70 0.03 0.18
HSL 302.88º 0.62% 0.54% -
HSV(B) 302.88º 0.7% 0.82% -
XYZ 39.19 21.68 58.62 -
YUV 123.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 210 64 203 0 0.70 0.03 0.18 302.88 0.62 0.54
Hex D2 40 CB 0 46 3 12 12F 3E 36
Octal 322 100 313 0 106 3 22 457 76 66
Binary 11010010 1000000 11001011 0 1000110 11 10010 100101111 111110 110110

Color Harmonies of #D240CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240CB

Black with #D240CB

Text Example


Text Example

White with #D240CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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