Html Css Color HEX #DA38AA Deep Cerise

📋 copy color: '#DA38AA'

red 218 ◦ green 56 ◦ blue 170

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

Shades of Deep Cerise #DA38AA

Tints of Deep Cerise #DA38AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 49.1%
G = 12.61%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA38AA (or 0xDA38AA) is known color: Deep Cerise. HEX triplet: DA, 38 and AA. RGB value is (218,56,170). Sum of RGB (Red+Green+Blue) = 218+56+170=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA38AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA38AA is #25C755. Grayscale: #757575. Windows color (decimal): -2475862 or 11155674. OLE color: 11155674.

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

Color convert

RGB 218 56 170 -
CMYK 0 0.74 0.22 0.15
HSL 317.78º 0.69% 0.54% -
HSV(B) 317.78º 0.74% 0.85% -
XYZ 37.58 20.64 40.03 -
YUV 117.43 157.67 199.73 -
System Red Green Blue C M Y K H S L
Decimal 218 56 170 0 0.74 0.22 0.15 317.78 0.69 0.54
Hex DA 38 AA 0 4A 16 F 13E 45 36
Octal 332 70 252 0 112 26 17 476 105 66
Binary 11011010 111000 10101010 0 1001010 10110 1111 100111110 1000101 110110

Color Harmonies of #DA38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA38AA

Black with #DA38AA

Text Example


Text Example

White with #DA38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA38AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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