Html Css Color HEX #DA38A1 Deep Cerise

📋 copy color: '#DA38A1'

red 218 ◦ green 56 ◦ blue 161

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

Shades of Deep Cerise #DA38A1

Tints of Deep Cerise #DA38A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.01%

R = 50.11%
G = 12.87%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA38A1 (or 0xDA38A1) is known color: Deep Cerise. HEX triplet: DA, 38 and A1. RGB value is (218,56,161). Sum of RGB (Red+Green+Blue) = 218+56+161=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA38A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA38A1 is #25C75E. Grayscale: #747474. Windows color (decimal): -2475871 or 10565850. OLE color: 10565850.

HSL color Cylindrical-coordinate representation of color #DA38A1: hue angle of 321.11º 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 #DA38A1 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 56 161 -
CMYK 0 0.74 0.26 0.15
HSL 321.11º 0.69% 0.54% -
HSV(B) 321.11º 0.74% 0.85% -
XYZ 36.76 20.31 35.7 -
YUV 116.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 218 56 161 0 0.74 0.26 0.15 321.11 0.69 0.54
Hex DA 38 A1 0 4A 1A F 141 45 36
Octal 332 70 241 0 112 32 17 501 105 66
Binary 11011010 111000 10100001 0 1001010 11010 1111 101000001 1000101 110110

Color Harmonies of #DA38A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA38A1

Black with #DA38A1

Text Example


Text Example

White with #DA38A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA38A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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