Html Css Color HEX #D33D6A Cerise

📋 copy color: '#D33D6A'

red 211 ◦ green 61 ◦ blue 106

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

Shades of Cerise #D33D6A

Tints of Cerise #D33D6A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.14%

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

R = 55.82%
G = 16.14%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D33D6A (or 0xD33D6A) is known color: Cerise. HEX triplet: D3, 3D and 6A. RGB value is (211,61,106). Sum of RGB (Red+Green+Blue) = 211+61+106=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D33D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D33D6A is #2CC295. Grayscale: #6E6E6E. Windows color (decimal): -2933398 or 6962643. OLE color: 6962643.

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

Color convert

RGB 211 61 106 -
CMYK 0 0.71 0.50 0.17
HSL 342º 0.63% 0.53% -
HSV(B) 342º 0.71% 0.83% -
XYZ 31.13 18.23 15.51 -
YUV 110.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 211 61 106 0 0.71 0.50 0.17 342 0.63 0.53
Hex D3 3D 6A 0 47 32 11 156 3F 35
Octal 323 75 152 0 107 62 21 526 77 65
Binary 11010011 111101 1101010 0 1000111 110010 10001 101010110 111111 110101

Color Harmonies of #D33D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33D6A

Black with #D33D6A

Text Example


Text Example

White with #D33D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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