Html Css Color HEX #D0345F Cerise

📋 copy color: '#D0345F'

red 208 ◦ green 52 ◦ blue 95

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

Shades of Cerise #D0345F

Tints of Cerise #D0345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.76%

R = 58.59%
G = 14.65%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D0345F (or 0xD0345F) is known color: Cerise. HEX triplet: D0, 34 and 5F. RGB value is (208,52,95). Sum of RGB (Red+Green+Blue) = 208+52+95=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0345F is #2FCBA0. Grayscale: #676767. Windows color (decimal): -3132321 or 6239440. OLE color: 6239440.

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

Color convert

RGB 208 52 95 -
CMYK 0 0.75 0.54 0.18
HSL 343.46º 0.62% 0.51% -
HSV(B) 343.46º 0.75% 0.82% -
XYZ 29.31 16.69 12.5 -
YUV 103.55 123.18 202.5 -
System Red Green Blue C M Y K H S L
Decimal 208 52 95 0 0.75 0.54 0.18 343.46 0.62 0.51
Hex D0 34 5F 0 4B 36 12 157 3E 33
Octal 320 64 137 0 113 66 22 527 76 63
Binary 11010000 110100 1011111 0 1001011 110110 10010 101010111 111110 110011

Color Harmonies of #D0345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0345F

Black with #D0345F

Text Example


Text Example

White with #D0345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0345F; }

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

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

background-color css

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

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

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

border-color css

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

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

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