Html Css Color HEX #D0345A Cerise

📋 copy color: '#D0345A'

red 208 ◦ green 52 ◦ blue 90

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

Shades of Cerise #D0345A

Tints of Cerise #D0345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.71%

R = 59.43%
G = 14.86%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D0345A (or 0xD0345A) is known color: Cerise. HEX triplet: D0, 34 and 5A. RGB value is (208,52,90). Sum of RGB (Red+Green+Blue) = 208+52+90=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D0345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0345A is #2FCBA5. Grayscale: #666666. Windows color (decimal): -3132326 or 5911760. OLE color: 5911760.

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

Color convert

RGB 208 52 90 -
CMYK 0 0.75 0.57 0.18
HSL 345.38º 0.62% 0.51% -
HSV(B) 345.38º 0.75% 0.82% -
XYZ 29.09 16.6 11.34 -
YUV 102.98 120.68 202.91 -
System Red Green Blue C M Y K H S L
Decimal 208 52 90 0 0.75 0.57 0.18 345.38 0.62 0.51
Hex D0 34 5A 0 4B 39 12 159 3E 33
Octal 320 64 132 0 113 71 22 531 76 63
Binary 11010000 110100 1011010 0 1001011 111001 10010 101011001 111110 110011

Color Harmonies of #D0345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0345A

Black with #D0345A

Text Example


Text Example

White with #D0345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0345A; }

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

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

background-color css

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

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

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

border-color css

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

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

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