Html Css Color HEX #D1377F Deep Cerise

📋 copy color: '#D1377F'

red 209 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #D1377F

Tints of Deep Cerise #D1377F

RGB

 RED value IS 209 (82.03% from 255) = 53.45%

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

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

R = 53.45%
G = 14.07%
B = 32.48%

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

#D1377F (or 0xD1377F) is known color: Deep Cerise. HEX triplet: D1, 37 and 7F. RGB value is (209,55,127). Sum of RGB (Red+Green+Blue) = 209+55+127=391 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.45% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 209 - color contains mainly: red. Hex color #D1377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1377F is #2EC880. Grayscale: #6D6D6D. Windows color (decimal): -3065985 or 8337361. OLE color: 8337361.

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

Color convert

RGB 209 55 127 -
CMYK 0 0.74 0.39 0.18
HSL 331.95º 0.63% 0.52% -
HSV(B) 331.95º 0.74% 0.82% -
XYZ 31.49 17.82 21.86 -
YUV 109.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 209 55 127 0 0.74 0.39 0.18 331.95 0.63 0.52
Hex D1 37 7F 0 4A 27 12 14C 3F 34
Octal 321 67 177 0 112 47 22 514 77 64
Binary 11010001 110111 1111111 0 1001010 100111 10010 101001100 111111 110100

Color Harmonies of #D1377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1377F

Black with #D1377F

Text Example


Text Example

White with #D1377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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