Html Css Color HEX #D3356C Cerise

📋 copy color: '#D3356C'

red 211 ◦ green 53 ◦ blue 108

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

Shades of Cerise #D3356C

Tints of Cerise #D3356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.25%

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 56.72%
G = 14.25%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3356C (or 0xD3356C) is known color: Cerise. HEX triplet: D3, 35 and 6C. RGB value is (211,53,108). Sum of RGB (Red+Green+Blue) = 211+53+108=372 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.72% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 211 - color contains mainly: red. Hex color #D3356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3356C is #2CCA93. Grayscale: #6A6A6A. Windows color (decimal): -2935444 or 7091667. OLE color: 7091667.

HSL color Cylindrical-coordinate representation of color #D3356C: hue angle of 339.11º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3356C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 53 108 -
CMYK 0 0.75 0.49 0.17
HSL 339.11º 0.64% 0.52% -
HSV(B) 339.11º 0.75% 0.83% -
XYZ 30.84 17.48 15.94 -
YUV 106.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 211 53 108 0 0.75 0.49 0.17 339.11 0.64 0.52
Hex D3 35 6C 0 4B 31 11 153 40 34
Octal 323 65 154 0 113 61 21 523 100 64
Binary 11010011 110101 1101100 0 1001011 110001 10001 101010011 1000000 110100

Color Harmonies of #D3356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3356C

Black with #D3356C

Text Example


Text Example

White with #D3356C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3356C; }

 p { color: rgb(211,53,108); }

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

background-color css

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

 a { background-color: rgb(211,53,108); }

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

border-color css

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

 span { border-color: rgb(211,53,108); }

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