Html Css Color HEX #D0345C Cerise

📋 copy color: '#D0345C'

red 208 ◦ green 52 ◦ blue 92

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

Shades of Cerise #D0345C

Tints of Cerise #D0345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 59.09%
G = 14.77%
B = 26.14%

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

#D0345C (or 0xD0345C) is known color: Cerise. HEX triplet: D0, 34 and 5C. RGB value is (208,52,92). Sum of RGB (Red+Green+Blue) = 208+52+92=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D0345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0345C is #2FCBA3. Grayscale: #676767. Windows color (decimal): -3132324 or 6042832. OLE color: 6042832.

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

Color convert

RGB 208 52 92 -
CMYK 0 0.75 0.56 0.18
HSL 344.62º 0.62% 0.51% -
HSV(B) 344.62º 0.75% 0.82% -
XYZ 29.17 16.64 11.8 -
YUV 103.2 121.68 202.75 -
System Red Green Blue C M Y K H S L
Decimal 208 52 92 0 0.75 0.56 0.18 344.62 0.62 0.51
Hex D0 34 5C 0 4B 38 12 159 3E 33
Octal 320 64 134 0 113 70 22 531 76 63
Binary 11010000 110100 1011100 0 1001011 111000 10010 101011001 111110 110011

Color Harmonies of #D0345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0345C

Black with #D0345C

Text Example


Text Example

White with #D0345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0345C; }

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

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

background-color css

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

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

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

border-color css

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

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

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