Html Css Color HEX #D3345B Cerise

📋 copy color: '#D3345B'

red 211 ◦ green 52 ◦ blue 91

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

Shades of Cerise #D3345B

Tints of Cerise #D3345B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.69%

 BLUE value IS 91 (35.94% from 255) = 25.71%

R = 59.6%
G = 14.69%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3345B (or 0xD3345B) is known color: Cerise. HEX triplet: D3, 34 and 5B. RGB value is (211,52,91). Sum of RGB (Red+Green+Blue) = 211+52+91=354 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.60% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 211 - color contains mainly: red. Hex color #D3345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3345B is #2CCBA4. Grayscale: #676767. Windows color (decimal): -2935717 or 5977299. OLE color: 5977299.

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

Color convert

RGB 211 52 91 -
CMYK 0 0.75 0.57 0.17
HSL 345.28º 0.64% 0.52% -
HSV(B) 345.28º 0.75% 0.83% -
XYZ 29.98 17.06 11.61 -
YUV 103.99 120.68 204.33 -
System Red Green Blue C M Y K H S L
Decimal 211 52 91 0 0.75 0.57 0.17 345.28 0.64 0.52
Hex D3 34 5B 0 4B 39 11 159 40 34
Octal 323 64 133 0 113 71 21 531 100 64
Binary 11010011 110100 1011011 0 1001011 111001 10001 101011001 1000000 110100

Color Harmonies of #D3345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3345B

Black with #D3345B

Text Example


Text Example

White with #D3345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3345B; }

 p { color: rgb(211,52,91); }

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

background-color css

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

 a { background-color: rgb(211,52,91); }

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

border-color css

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

 span { border-color: rgb(211,52,91); }

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