Html Css Color HEX #DA387B Deep Cerise

📋 copy color: '#DA387B'

red 218 ◦ green 56 ◦ blue 123

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

Shades of Deep Cerise #DA387B

Tints of Deep Cerise #DA387B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.11%

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

R = 54.91%
G = 14.11%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA387B (or 0xDA387B) is known color: Deep Cerise. HEX triplet: DA, 38 and 7B. RGB value is (218,56,123). Sum of RGB (Red+Green+Blue) = 218+56+123=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA387B is #25C784. Grayscale: #6F6F6F. Windows color (decimal): -2475909 or 8075482. OLE color: 8075482.

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

Color convert

RGB 218 56 123 -
CMYK 0 0.74 0.44 0.15
HSL 335.19º 0.69% 0.54% -
HSV(B) 335.19º 0.74% 0.85% -
XYZ 33.9 19.16 20.65 -
YUV 112.08 134.17 203.55 -
System Red Green Blue C M Y K H S L
Decimal 218 56 123 0 0.74 0.44 0.15 335.19 0.69 0.54
Hex DA 38 7B 0 4A 2C F 14F 45 36
Octal 332 70 173 0 112 54 17 517 105 66
Binary 11011010 111000 1111011 0 1001010 101100 1111 101001111 1000101 110110

Color Harmonies of #DA387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA387B

Black with #DA387B

Text Example


Text Example

White with #DA387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA387B; }

 p { color: rgb(218,56,123); }

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

background-color css

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

 a { background-color: rgb(218,56,123); }

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

border-color css

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

 span { border-color: rgb(218,56,123); }

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