Html Css Color HEX #D0345B Cerise

📋 copy color: '#D0345B'

red 208 ◦ green 52 ◦ blue 91

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

Shades of Cerise #D0345B

Tints of Cerise #D0345B

RGB

 RED value IS 208 (81.64% from 255) = 59.26%

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

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

R = 59.26%
G = 14.81%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0345B (or 0xD0345B) is known color: Cerise. HEX triplet: D0, 34 and 5B. RGB value is (208,52,91). Sum of RGB (Red+Green+Blue) = 208+52+91=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0345B is #2FCBA4. Grayscale: #676767. Windows color (decimal): -3132325 or 5977296. OLE color: 5977296.

HSL color Cylindrical-coordinate representation of color #D0345B: hue angle of 345º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0345B is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 52 91 -
CMYK 0 0.75 0.56 0.18
HSL 345º 0.62% 0.51% -
HSV(B) 345º 0.75% 0.82% -
XYZ 29.13 16.62 11.57 -
YUV 103.09 121.18 202.83 -
System Red Green Blue C M Y K H S L
Decimal 208 52 91 0 0.75 0.56 0.18 345 0.62 0.51
Hex D0 34 5B 0 4B 38 12 159 3E 33
Octal 320 64 133 0 113 70 22 531 76 63
Binary 11010000 110100 1011011 0 1001011 111000 10010 101011001 111110 110011

Color Harmonies of #D0345B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0345B

Black with #D0345B

Text Example


Text Example

White with #D0345B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0345B; }

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

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

background-color css

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

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

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

border-color css

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

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

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