Html Css Color HEX #D33269 Cerise

📋 copy color: '#D33269'

red 211 ◦ green 50 ◦ blue 105

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

Shades of Cerise #D33269

Tints of Cerise #D33269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.66%

 BLUE value IS 105 (41.41% from 255) = 28.69%

R = 57.65%
G = 13.66%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D33269 (or 0xD33269) is known color: Cerise. HEX triplet: D3, 32 and 69. RGB value is (211,50,105). Sum of RGB (Red+Green+Blue) = 211+50+105=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 50 (19.92% from 255 or 13.66% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D33269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33269 is #2CCD96. Grayscale: #686868. Windows color (decimal): -2936215 or 6894291. OLE color: 6894291.

HSL color Cylindrical-coordinate representation of color #D33269: hue angle of 339.5º 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 #D33269 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 50 105 -
CMYK 0 0.76 0.50 0.17
HSL 339.5º 0.65% 0.51% -
HSV(B) 339.5º 0.76% 0.83% -
XYZ 30.55 17.15 15.06 -
YUV 104.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 211 50 105 0 0.76 0.50 0.17 339.5 0.65 0.51
Hex D3 32 69 0 4C 32 11 154 41 33
Octal 323 62 151 0 114 62 21 524 101 63
Binary 11010011 110010 1101001 0 1001100 110010 10001 101010100 1000001 110011

Color Harmonies of #D33269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33269

Black with #D33269

Text Example


Text Example

White with #D33269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33269; }

 p { color: rgb(211,50,105); }

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

background-color css

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

 a { background-color: rgb(211,50,105); }

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

border-color css

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

 span { border-color: rgb(211,50,105); }

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