Html Css Color HEX #D333CB Fuchsia

📋 copy color: '#D333CB'

red 211 ◦ green 51 ◦ blue 203

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

Shades of Fuchsia #D333CB

Tints of Fuchsia #D333CB

RGB

 RED value IS 211 (82.81% from 255) = 45.38%

 GREEN value IS 51 (20.31% from 255) = 10.97%

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

R = 45.38%
G = 10.97%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D333CB (or 0xD333CB) is known color: Fuchsia. HEX triplet: D3, 33 and CB. RGB value is (211,51,203). Sum of RGB (Red+Green+Blue) = 211+51+203=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 51 (20.31% from 255 or 10.97% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 211 - color contains mainly: red. Hex color #D333CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D333CB is #2CCC34. Grayscale: #737373. Windows color (decimal): -2935861 or 13317075. OLE color: 13317075.

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

Color convert

RGB 211 51 203 -
CMYK 0 0.76 0.04 0.17
HSL 303º 0.65% 0.51% -
HSV(B) 303º 0.76% 0.83% -
XYZ 38.83 20.53 58.42 -
YUV 116.17 177.01 195.64 -
System Red Green Blue C M Y K H S L
Decimal 211 51 203 0 0.76 0.04 0.17 303 0.65 0.51
Hex D3 33 CB 0 4C 4 11 12F 41 33
Octal 323 63 313 0 114 4 21 457 101 63
Binary 11010011 110011 11001011 0 1001100 100 10001 100101111 1000001 110011

Color Harmonies of #D333CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D333CB

Black with #D333CB

Text Example


Text Example

White with #D333CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D333CB; }

 p { color: rgb(211,51,203); }

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

background-color css

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

 a { background-color: rgb(211,51,203); }

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

border-color css

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

 span { border-color: rgb(211,51,203); }

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