Html Css Color HEX #DA307A Deep Cerise

📋 copy color: '#DA307A'

red 218 ◦ green 48 ◦ blue 122

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

Shades of Deep Cerise #DA307A

Tints of Deep Cerise #DA307A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 56.19%
G = 12.37%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA307A (or 0xDA307A) is known color: Deep Cerise. HEX triplet: DA, 30 and 7A. RGB value is (218,48,122). Sum of RGB (Red+Green+Blue) = 218+48+122=388 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.19% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 218 - color contains mainly: red. Hex color #DA307A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA307A is #25CF85. Grayscale: #6B6B6B. Windows color (decimal): -2477958 or 8007898. OLE color: 8007898.

HSL color Cylindrical-coordinate representation of color #DA307A: hue angle of 333.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 #DA307A is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 48 122 -
CMYK 0 0.78 0.44 0.15
HSL 333.88º 0.7% 0.52% -
HSV(B) 333.88º 0.78% 0.85% -
XYZ 33.48 18.42 20.2 -
YUV 107.27 136.32 206.98 -
System Red Green Blue C M Y K H S L
Decimal 218 48 122 0 0.78 0.44 0.15 333.88 0.7 0.52
Hex DA 30 7A 0 4E 2C F 14E 46 34
Octal 332 60 172 0 116 54 17 516 106 64
Binary 11011010 110000 1111010 0 1001110 101100 1111 101001110 1000110 110100

Color Harmonies of #DA307A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA307A

Black with #DA307A

Text Example


Text Example

White with #DA307A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA307A; }

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

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

background-color css

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

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

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

border-color css

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

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

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