Html Css Color HEX #D430CB Fuchsia

📋 copy color: '#D430CB'

red 212 ◦ green 48 ◦ blue 203

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

Shades of Fuchsia #D430CB

Tints of Fuchsia #D430CB

RGB

 RED value IS 212 (83.2% from 255) = 45.79%

 GREEN value IS 48 (19.14% from 255) = 10.37%

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

R = 45.79%
G = 10.37%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D430CB (or 0xD430CB) is known color: Fuchsia. HEX triplet: D4, 30 and CB. RGB value is (212,48,203). Sum of RGB (Red+Green+Blue) = 212+48+203=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D430CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D430CB is #2BCF34. Grayscale: #727272. Windows color (decimal): -2871093 or 13316308. OLE color: 13316308.

HSL color Cylindrical-coordinate representation of color #D430CB: hue angle of 303.29º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D430CB is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 203 -
CMYK 0 0.77 0.04 0.17
HSL 303.29º 0.66% 0.51% -
HSV(B) 303.29º 0.77% 0.83% -
XYZ 38.99 20.42 58.39 -
YUV 114.71 177.83 197.4 -
System Red Green Blue C M Y K H S L
Decimal 212 48 203 0 0.77 0.04 0.17 303.29 0.66 0.51
Hex D4 30 CB 0 4D 4 11 12F 42 33
Octal 324 60 313 0 115 4 21 457 102 63
Binary 11010100 110000 11001011 0 1001101 100 10001 100101111 1000010 110011

Color Harmonies of #D430CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430CB

Black with #D430CB

Text Example


Text Example

White with #D430CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430CB; }

 p { color: rgb(212,48,203); }

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

background-color css

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

 a { background-color: rgb(212,48,203); }

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

border-color css

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

 span { border-color: rgb(212,48,203); }

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