Html Css Color HEX #D0346C Cerise

📋 copy color: '#D0346C'

red 208 ◦ green 52 ◦ blue 108

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

Shades of Cerise #D0346C

Tints of Cerise #D0346C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 56.52%
G = 14.13%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D0346C (or 0xD0346C) is known color: Cerise. HEX triplet: D0, 34 and 6C. RGB value is (208,52,108). Sum of RGB (Red+Green+Blue) = 208+52+108=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D0346C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0346C is #2FCB93. Grayscale: #686868. Windows color (decimal): -3132308 or 7091408. OLE color: 7091408.

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

Color convert

RGB 208 52 108 -
CMYK 0 0.75 0.48 0.18
HSL 338.46º 0.62% 0.51% -
HSV(B) 338.46º 0.75% 0.82% -
XYZ 29.95 16.95 15.88 -
YUV 105.03 129.68 201.45 -
System Red Green Blue C M Y K H S L
Decimal 208 52 108 0 0.75 0.48 0.18 338.46 0.62 0.51
Hex D0 34 6C 0 4B 30 12 152 3E 33
Octal 320 64 154 0 113 60 22 522 76 63
Binary 11010000 110100 1101100 0 1001011 110000 10010 101010010 111110 110011

Color Harmonies of #D0346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0346C

Black with #D0346C

Text Example


Text Example

White with #D0346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0346C; }

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

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

background-color css

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

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

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

border-color css

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

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

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