Html Css Color HEX #D1377B Deep Cerise

📋 copy color: '#D1377B'

red 209 ◦ green 55 ◦ blue 123

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

Shades of Deep Cerise #D1377B

Tints of Deep Cerise #D1377B

RGB

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

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

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

R = 54.01%
G = 14.21%
B = 31.78%

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

#D1377B (or 0xD1377B) is known color: Deep Cerise. HEX triplet: D1, 37 and 7B. RGB value is (209,55,123). Sum of RGB (Red+Green+Blue) = 209+55+123=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 55 (21.88% from 255 or 14.21% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1377B is #2EC884. Grayscale: #6C6C6C. Windows color (decimal): -3065989 or 8075217. OLE color: 8075217.

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

Color convert

RGB 209 55 123 -
CMYK 0 0.74 0.41 0.18
HSL 333.51º 0.63% 0.52% -
HSV(B) 333.51º 0.74% 0.82% -
XYZ 31.24 17.72 20.51 -
YUV 108.8 136.02 199.47 -
System Red Green Blue C M Y K H S L
Decimal 209 55 123 0 0.74 0.41 0.18 333.51 0.63 0.52
Hex D1 37 7B 0 4A 29 12 14E 3F 34
Octal 321 67 173 0 112 51 22 516 77 64
Binary 11010001 110111 1111011 0 1001010 101001 10010 101001110 111111 110100

Color Harmonies of #D1377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1377B

Black with #D1377B

Text Example


Text Example

White with #D1377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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