Html Css Color HEX #D33B74 Cerise

📋 copy color: '#D33B74'

red 211 ◦ green 59 ◦ blue 116

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

Shades of Cerise #D33B74

Tints of Cerise #D33B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.28%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 54.66%
G = 15.28%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D33B74 (or 0xD33B74) is known color: Cerise. HEX triplet: D3, 3B and 74. RGB value is (211,59,116). Sum of RGB (Red+Green+Blue) = 211+59+116=386 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.66% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 211 - color contains mainly: red. Hex color #D33B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33B74 is #2CC48B. Grayscale: #6E6E6E. Windows color (decimal): -2933900 or 7617491. OLE color: 7617491.

HSL color Cylindrical-coordinate representation of color #D33B74: hue angle of 337.5º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D33B74 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 59 116 -
CMYK 0 0.72 0.45 0.17
HSL 337.5º 0.63% 0.53% -
HSV(B) 337.5º 0.72% 0.83% -
XYZ 31.58 18.24 18.38 -
YUV 110.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 211 59 116 0 0.72 0.45 0.17 337.5 0.63 0.53
Hex D3 3B 74 0 48 2D 11 152 3F 35
Octal 323 73 164 0 110 55 21 522 77 65
Binary 11010011 111011 1110100 0 1001000 101101 10001 101010010 111111 110101

Color Harmonies of #D33B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33B74

Black with #D33B74

Text Example


Text Example

White with #D33B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33B74; }

 p { color: rgb(211,59,116); }

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

background-color css

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

 a { background-color: rgb(211,59,116); }

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

border-color css

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

 span { border-color: rgb(211,59,116); }

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