Html Css Color HEX #DA419B Deep Cerise

📋 copy color: '#DA419B'

red 218 ◦ green 65 ◦ blue 155

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

Shades of Deep Cerise #DA419B

Tints of Deep Cerise #DA419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.84%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 49.77%
G = 14.84%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DA419B (or 0xDA419B) is known color: Deep Cerise. HEX triplet: DA, 41 and 9B. RGB value is (218,65,155). Sum of RGB (Red+Green+Blue) = 218+65+155=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA419B is #25BE64. Grayscale: #787878. Windows color (decimal): -2473573 or 10174938. OLE color: 10174938.

HSL color Cylindrical-coordinate representation of color #DA419B: hue angle of 324.71º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA419B is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 155 -
CMYK 0 0.70 0.29 0.15
HSL 324.71º 0.67% 0.55% -
HSV(B) 324.71º 0.7% 0.85% -
XYZ 36.72 21.05 33.14 -
YUV 121.01 147.19 197.18 -
System Red Green Blue C M Y K H S L
Decimal 218 65 155 0 0.70 0.29 0.15 324.71 0.67 0.55
Hex DA 41 9B 0 46 1D F 145 43 37
Octal 332 101 233 0 106 35 17 505 103 67
Binary 11011010 1000001 10011011 0 1000110 11101 1111 101000101 1000011 110111

Color Harmonies of #DA419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA419B

Black with #DA419B

Text Example


Text Example

White with #DA419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA419B; }

 p { color: rgb(218,65,155); }

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

background-color css

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

 a { background-color: rgb(218,65,155); }

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

border-color css

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

 span { border-color: rgb(218,65,155); }

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