Html Css Color HEX #D0368C Deep Cerise

📋 copy color: '#D0368C'

red 208 ◦ green 54 ◦ blue 140

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

Shades of Deep Cerise #D0368C

Tints of Deep Cerise #D0368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.43%

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 51.74%
G = 13.43%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0368C (or 0xD0368C) is known color: Deep Cerise. HEX triplet: D0, 36 and 8C. RGB value is (208,54,140). Sum of RGB (Red+Green+Blue) = 208+54+140=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0368C is #2FC973. Grayscale: #6D6D6D. Windows color (decimal): -3131764 or 9189072. OLE color: 9189072.

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

Color convert

RGB 208 54 140 -
CMYK 0 0.74 0.33 0.18
HSL 326.49º 0.62% 0.51% -
HSV(B) 326.49º 0.74% 0.82% -
XYZ 32.07 17.94 26.58 -
YUV 109.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 208 54 140 0 0.74 0.33 0.18 326.49 0.62 0.51
Hex D0 36 8C 0 4A 21 12 146 3E 33
Octal 320 66 214 0 112 41 22 506 76 63
Binary 11010000 110110 10001100 0 1001010 100001 10010 101000110 111110 110011

Color Harmonies of #D0368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0368C

Black with #D0368C

Text Example


Text Example

White with #D0368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0368C; }

 p { color: rgb(208,54,140); }

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

background-color css

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

 a { background-color: rgb(208,54,140); }

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

border-color css

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

 span { border-color: rgb(208,54,140); }

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