Html Css Color HEX #DA308B Deep Cerise

📋 copy color: '#DA308B'

red 218 ◦ green 48 ◦ blue 139

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

Shades of Deep Cerise #DA308B

Tints of Deep Cerise #DA308B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.85%

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 53.83%
G = 11.85%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA308B (or 0xDA308B) is known color: Deep Cerise. HEX triplet: DA, 30 and 8B. RGB value is (218,48,139). Sum of RGB (Red+Green+Blue) = 218+48+139=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA308B is #25CF74. Grayscale: #6D6D6D. Windows color (decimal): -2477941 or 9122010. OLE color: 9122010.

HSL color Cylindrical-coordinate representation of color #DA308B: hue angle of 327.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA308B is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 139 -
CMYK 0 0.78 0.36 0.15
HSL 327.88º 0.7% 0.52% -
HSV(B) 327.88º 0.78% 0.85% -
XYZ 34.63 18.88 26.25 -
YUV 109.2 144.82 205.6 -
System Red Green Blue C M Y K H S L
Decimal 218 48 139 0 0.78 0.36 0.15 327.88 0.7 0.52
Hex DA 30 8B 0 4E 24 F 148 46 34
Octal 332 60 213 0 116 44 17 510 106 64
Binary 11011010 110000 10001011 0 1001110 100100 1111 101001000 1000110 110100

Color Harmonies of #DA308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA308B

Black with #DA308B

Text Example


Text Example

White with #DA308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA308B; }

 p { color: rgb(218,48,139); }

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

background-color css

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

 a { background-color: rgb(218,48,139); }

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

border-color css

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

 span { border-color: rgb(218,48,139); }

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