Html Css Color HEX #D33C6A Cerise

📋 copy color: '#D33C6A'

red 211 ◦ green 60 ◦ blue 106

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

Shades of Cerise #D33C6A

Tints of Cerise #D33C6A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.92%

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 55.97%
G = 15.92%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D33C6A (or 0xD33C6A) is known color: Cerise. HEX triplet: D3, 3C and 6A. RGB value is (211,60,106). Sum of RGB (Red+Green+Blue) = 211+60+106=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 60 (23.83% from 255 or 15.92% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33C6A is #2CC395. Grayscale: #6E6E6E. Windows color (decimal): -2933654 or 6962387. OLE color: 6962387.

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

Color convert

RGB 211 60 106 -
CMYK 0 0.72 0.50 0.17
HSL 341.72º 0.63% 0.53% -
HSV(B) 341.72º 0.72% 0.83% -
XYZ 31.08 18.12 15.5 -
YUV 110.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 211 60 106 0 0.72 0.50 0.17 341.72 0.63 0.53
Hex D3 3C 6A 0 48 32 11 156 3F 35
Octal 323 74 152 0 110 62 21 526 77 65
Binary 11010011 111100 1101010 0 1001000 110010 10001 101010110 111111 110101

Color Harmonies of #D33C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33C6A

Black with #D33C6A

Text Example


Text Example

White with #D33C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33C6A; }

 p { color: rgb(211,60,106); }

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

background-color css

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

 a { background-color: rgb(211,60,106); }

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

border-color css

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

 span { border-color: rgb(211,60,106); }

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