Html Css Color HEX #DA3B74 Cerise

📋 copy color: '#DA3B74'

red 218 ◦ green 59 ◦ blue 116

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

Shades of Cerise #DA3B74

Tints of Cerise #DA3B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.01%

 BLUE value IS 116 (45.7% from 255) = 29.52%

R = 55.47%
G = 15.01%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA3B74 (or 0xDA3B74) is known color: Cerise. HEX triplet: DA, 3B and 74. RGB value is (218,59,116). Sum of RGB (Red+Green+Blue) = 218+59+116=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3B74 is #25C48B. Grayscale: #707070. Windows color (decimal): -2475148 or 7617498. OLE color: 7617498.

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

Color convert

RGB 218 59 116 -
CMYK 0 0.73 0.47 0.15
HSL 338.49º 0.68% 0.54% -
HSV(B) 338.49º 0.73% 0.85% -
XYZ 33.63 19.29 18.47 -
YUV 113.04 129.68 202.87 -
System Red Green Blue C M Y K H S L
Decimal 218 59 116 0 0.73 0.47 0.15 338.49 0.68 0.54
Hex DA 3B 74 0 49 2F F 152 44 36
Octal 332 73 164 0 111 57 17 522 104 66
Binary 11011010 111011 1110100 0 1001001 101111 1111 101010010 1000100 110110

Color Harmonies of #DA3B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3B74

Black with #DA3B74

Text Example


Text Example

White with #DA3B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3B74; }

 p { color: rgb(218,59,116); }

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

background-color css

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

 a { background-color: rgb(218,59,116); }

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

border-color css

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

 span { border-color: rgb(218,59,116); }

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