Html Css Color HEX #D0377B Deep Cerise

📋 copy color: '#D0377B'

red 208 ◦ green 55 ◦ blue 123

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

Shades of Deep Cerise #D0377B

Tints of Deep Cerise #D0377B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.25%

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 53.89%
G = 14.25%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0377B (or 0xD0377B) is known color: Deep Cerise. HEX triplet: D0, 37 and 7B. RGB value is (208,55,123). Sum of RGB (Red+Green+Blue) = 208+55+123=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 55 (21.88% from 255 or 14.25% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D0377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0377B is #2FC884. Grayscale: #6C6C6C. Windows color (decimal): -3131525 or 8075216. OLE color: 8075216.

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

Color convert

RGB 208 55 123 -
CMYK 0 0.74 0.41 0.18
HSL 333.33º 0.62% 0.52% -
HSV(B) 333.33º 0.74% 0.82% -
XYZ 30.95 17.57 20.5 -
YUV 108.5 136.19 198.97 -
System Red Green Blue C M Y K H S L
Decimal 208 55 123 0 0.74 0.41 0.18 333.33 0.62 0.52
Hex D0 37 7B 0 4A 29 12 14D 3E 34
Octal 320 67 173 0 112 51 22 515 76 64
Binary 11010000 110111 1111011 0 1001010 101001 10010 101001101 111110 110100

Color Harmonies of #D0377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0377B

Black with #D0377B

Text Example


Text Example

White with #D0377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0377B; }

 p { color: rgb(208,55,123); }

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

background-color css

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

 a { background-color: rgb(208,55,123); }

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

border-color css

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

 span { border-color: rgb(208,55,123); }

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