Html Css Color HEX #D0368B Deep Cerise

📋 copy color: '#D0368B'

red 208 ◦ green 54 ◦ blue 139

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

Shades of Deep Cerise #D0368B

Tints of Deep Cerise #D0368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.66%

R = 51.87%
G = 13.47%
B = 34.66%

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

#D0368B (or 0xD0368B) is known color: Deep Cerise. HEX triplet: D0, 36 and 8B. RGB value is (208,54,139). Sum of RGB (Red+Green+Blue) = 208+54+139=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0368B is #2FC974. Grayscale: #6D6D6D. Windows color (decimal): -3131765 or 9123536. OLE color: 9123536.

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

Color convert

RGB 208 54 139 -
CMYK 0 0.74 0.33 0.18
HSL 326.88º 0.62% 0.51% -
HSV(B) 326.88º 0.74% 0.82% -
XYZ 31.99 17.91 26.2 -
YUV 109.74 144.52 198.09 -
System Red Green Blue C M Y K H S L
Decimal 208 54 139 0 0.74 0.33 0.18 326.88 0.62 0.51
Hex D0 36 8B 0 4A 21 12 147 3E 33
Octal 320 66 213 0 112 41 22 507 76 63
Binary 11010000 110110 10001011 0 1001010 100001 10010 101000111 111110 110011

Color Harmonies of #D0368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0368B

Black with #D0368B

Text Example


Text Example

White with #D0368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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