Html Css Color HEX #D0368D Deep Cerise

📋 copy color: '#D0368D'

red 208 ◦ green 54 ◦ blue 141

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

Shades of Deep Cerise #D0368D

Tints of Deep Cerise #D0368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 51.61%
G = 13.4%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0368D (or 0xD0368D) is known color: Deep Cerise. HEX triplet: D0, 36 and 8D. RGB value is (208,54,141). Sum of RGB (Red+Green+Blue) = 208+54+141=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0368D is #2FC972. Grayscale: #6D6D6D. Windows color (decimal): -3131763 or 9254608. OLE color: 9254608.

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

Color convert

RGB 208 54 141 -
CMYK 0 0.74 0.32 0.18
HSL 326.1º 0.62% 0.51% -
HSV(B) 326.1º 0.74% 0.82% -
XYZ 32.14 17.97 26.97 -
YUV 109.96 145.52 197.93 -
System Red Green Blue C M Y K H S L
Decimal 208 54 141 0 0.74 0.32 0.18 326.1 0.62 0.51
Hex D0 36 8D 0 4A 20 12 146 3E 33
Octal 320 66 215 0 112 40 22 506 76 63
Binary 11010000 110110 10001101 0 1001010 100000 10010 101000110 111110 110011

Color Harmonies of #D0368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0368D

Black with #D0368D

Text Example


Text Example

White with #D0368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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