Html Css Color HEX #D0377F Deep Cerise

📋 copy color: '#D0377F'

red 208 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #D0377F

Tints of Deep Cerise #D0377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 53.33%
G = 14.1%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0377F (or 0xD0377F) is known color: Deep Cerise. HEX triplet: D0, 37 and 7F. RGB value is (208,55,127). Sum of RGB (Red+Green+Blue) = 208+55+127=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0377F is #2FC880. Grayscale: #6C6C6C. Windows color (decimal): -3131521 or 8337360. OLE color: 8337360.

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

Color convert

RGB 208 55 127 -
CMYK 0 0.74 0.39 0.18
HSL 331.76º 0.62% 0.52% -
HSV(B) 331.76º 0.74% 0.82% -
XYZ 31.21 17.67 21.85 -
YUV 108.96 138.19 198.65 -
System Red Green Blue C M Y K H S L
Decimal 208 55 127 0 0.74 0.39 0.18 331.76 0.62 0.52
Hex D0 37 7F 0 4A 27 12 14C 3E 34
Octal 320 67 177 0 112 47 22 514 76 64
Binary 11010000 110111 1111111 0 1001010 100111 10010 101001100 111110 110100

Color Harmonies of #D0377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0377F

Black with #D0377F

Text Example


Text Example

White with #D0377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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