Html Css Color HEX #DA377F Deep Cerise

📋 copy color: '#DA377F'

red 218 ◦ green 55 ◦ blue 127

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

Shades of Deep Cerise #DA377F

Tints of Deep Cerise #DA377F

RGB

 RED value IS 218 (85.55% from 255) = 54.5%

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

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

R = 54.5%
G = 13.75%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA377F (or 0xDA377F) is known color: Deep Cerise. HEX triplet: DA, 37 and 7F. RGB value is (218,55,127). Sum of RGB (Red+Green+Blue) = 218+55+127=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA377F is #25C880. Grayscale: #6F6F6F. Windows color (decimal): -2476161 or 8337370. OLE color: 8337370.

HSL color Cylindrical-coordinate representation of color #DA377F: hue angle of 333.5º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA377F is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 55 127 -
CMYK 0 0.75 0.42 0.15
HSL 333.5º 0.69% 0.54% -
HSV(B) 333.5º 0.75% 0.85% -
XYZ 34.11 19.17 21.98 -
YUV 111.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 218 55 127 0 0.75 0.42 0.15 333.5 0.69 0.54
Hex DA 37 7F 0 4B 2A F 14D 45 36
Octal 332 67 177 0 113 52 17 515 105 66
Binary 11011010 110111 1111111 0 1001011 101010 1111 101001101 1000101 110110

Color Harmonies of #DA377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA377F

Black with #DA377F

Text Example


Text Example

White with #DA377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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