Html Css Color HEX #D0369B Deep Cerise

📋 copy color: '#D0369B'

red 208 ◦ green 54 ◦ blue 155

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

Shades of Deep Cerise #D0369B

Tints of Deep Cerise #D0369B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 49.88%
G = 12.95%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0369B (or 0xD0369B) is known color: Deep Cerise. HEX triplet: D0, 36 and 9B. RGB value is (208,54,155). Sum of RGB (Red+Green+Blue) = 208+54+155=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0369B is #2FC964. Grayscale: #6F6F6F. Windows color (decimal): -3131749 or 10172112. OLE color: 10172112.

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

Color convert

RGB 208 54 155 -
CMYK 0 0.74 0.25 0.18
HSL 320.65º 0.62% 0.51% -
HSV(B) 320.65º 0.74% 0.82% -
XYZ 33.25 18.41 32.81 -
YUV 111.56 152.52 196.79 -
System Red Green Blue C M Y K H S L
Decimal 208 54 155 0 0.74 0.25 0.18 320.65 0.62 0.51
Hex D0 36 9B 0 4A 19 12 141 3E 33
Octal 320 66 233 0 112 31 22 501 76 63
Binary 11010000 110110 10011011 0 1001010 11001 10010 101000001 111110 110011

Color Harmonies of #D0369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0369B

Black with #D0369B

Text Example


Text Example

White with #D0369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0369B; }

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

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

background-color css

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

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

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

border-color css

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

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

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