Html Css Color HEX #DA337B Deep Cerise

📋 copy color: '#DA337B'

red 218 ◦ green 51 ◦ blue 123

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

Shades of Deep Cerise #DA337B

Tints of Deep Cerise #DA337B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.01%

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

R = 55.61%
G = 13.01%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA337B (or 0xDA337B) is known color: Deep Cerise. HEX triplet: DA, 33 and 7B. RGB value is (218,51,123). Sum of RGB (Red+Green+Blue) = 218+51+123=392 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.61% from 392); Green value is 51 (20.31% from 255 or 13.01% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 218 - color contains mainly: red. Hex color #DA337B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA337B is #25CC84. Grayscale: #6D6D6D. Windows color (decimal): -2477189 or 8074202. OLE color: 8074202.

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

Color convert

RGB 218 51 123 -
CMYK 0 0.77 0.44 0.15
HSL 334.13º 0.69% 0.53% -
HSV(B) 334.13º 0.77% 0.85% -
XYZ 33.67 18.7 20.57 -
YUV 109.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 218 51 123 0 0.77 0.44 0.15 334.13 0.69 0.53
Hex DA 33 7B 0 4D 2C F 14E 45 35
Octal 332 63 173 0 115 54 17 516 105 65
Binary 11011010 110011 1111011 0 1001101 101100 1111 101001110 1000101 110101

Color Harmonies of #DA337B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA337B

Black with #DA337B

Text Example


Text Example

White with #DA337B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA337B; }

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

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

background-color css

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

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

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

border-color css

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

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

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