Html Css Color HEX #D835CB Fuchsia

📋 copy color: '#D835CB'

red 216 ◦ green 53 ◦ blue 203

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

Shades of Fuchsia #D835CB

Tints of Fuchsia #D835CB

RGB

 RED value IS 216 (84.77% from 255) = 45.76%

 GREEN value IS 53 (21.09% from 255) = 11.23%

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

R = 45.76%
G = 11.23%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D835CB (or 0xD835CB) is known color: Fuchsia. HEX triplet: D8, 35 and CB. RGB value is (216,53,203). Sum of RGB (Red+Green+Blue) = 216+53+203=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 53 (21.09% from 255 or 11.23% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D835CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835CB is #27CA34. Grayscale: #767676. Windows color (decimal): -2607669 or 13317592. OLE color: 13317592.

HSL color Cylindrical-coordinate representation of color #D835CB: hue angle of 304.79º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D835CB is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 53 203 -
CMYK 0 0.75 0.06 0.15
HSL 304.79º 0.68% 0.53% -
HSV(B) 304.79º 0.75% 0.85% -
XYZ 40.37 21.46 58.51 -
YUV 118.84 175.5 197.3 -
System Red Green Blue C M Y K H S L
Decimal 216 53 203 0 0.75 0.06 0.15 304.79 0.68 0.53
Hex D8 35 CB 0 4B 6 F 131 44 35
Octal 330 65 313 0 113 6 17 461 104 65
Binary 11011000 110101 11001011 0 1001011 110 1111 100110001 1000100 110101

Color Harmonies of #D835CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835CB

Black with #D835CB

Text Example


Text Example

White with #D835CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835CB; }

 p { color: rgb(216,53,203); }

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

background-color css

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

 a { background-color: rgb(216,53,203); }

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

border-color css

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

 span { border-color: rgb(216,53,203); }

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