Html Css Color HEX #DA338A Deep Cerise

📋 copy color: '#DA338A'

red 218 ◦ green 51 ◦ blue 138

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

Shades of Deep Cerise #DA338A

Tints of Deep Cerise #DA338A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 53.56%
G = 12.53%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA338A (or 0xDA338A) is known color: Deep Cerise. HEX triplet: DA, 33 and 8A. RGB value is (218,51,138). Sum of RGB (Red+Green+Blue) = 218+51+138=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA338A is #25CC75. Grayscale: #6E6E6E. Windows color (decimal): -2477174 or 9057242. OLE color: 9057242.

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

Color convert

RGB 218 51 138 -
CMYK 0 0.77 0.37 0.15
HSL 328.74º 0.69% 0.53% -
HSV(B) 328.74º 0.77% 0.85% -
XYZ 34.68 19.11 25.9 -
YUV 110.85 143.33 204.43 -
System Red Green Blue C M Y K H S L
Decimal 218 51 138 0 0.77 0.37 0.15 328.74 0.69 0.53
Hex DA 33 8A 0 4D 25 F 149 45 35
Octal 332 63 212 0 115 45 17 511 105 65
Binary 11011010 110011 10001010 0 1001101 100101 1111 101001001 1000101 110101

Color Harmonies of #DA338A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA338A

Black with #DA338A

Text Example


Text Example

White with #DA338A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA338A; }

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

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

background-color css

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

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

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

border-color css

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

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

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