Html Css Color HEX #DA307B Deep Cerise

📋 copy color: '#DA307B'

red 218 ◦ green 48 ◦ blue 123

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

Shades of Deep Cerise #DA307B

Tints of Deep Cerise #DA307B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 56.04%
G = 12.34%
B = 31.62%

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

#DA307B (or 0xDA307B) is known color: Deep Cerise. HEX triplet: DA, 30 and 7B. RGB value is (218,48,123). Sum of RGB (Red+Green+Blue) = 218+48+123=389 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.04% from 389); Green value is 48 (19.14% from 255 or 12.34% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 218 - color contains mainly: red. Hex color #DA307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA307B is #25CF84. Grayscale: #6B6B6B. Windows color (decimal): -2477957 or 8073434. OLE color: 8073434.

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

Color convert

RGB 218 48 123 -
CMYK 0 0.78 0.44 0.15
HSL 333.53º 0.7% 0.52% -
HSV(B) 333.53º 0.78% 0.85% -
XYZ 33.55 18.45 20.53 -
YUV 107.38 136.82 206.9 -
System Red Green Blue C M Y K H S L
Decimal 218 48 123 0 0.78 0.44 0.15 333.53 0.7 0.52
Hex DA 30 7B 0 4E 2C F 14E 46 34
Octal 332 60 173 0 116 54 17 516 106 64
Binary 11011010 110000 1111011 0 1001110 101100 1111 101001110 1000110 110100

Color Harmonies of #DA307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA307B

Black with #DA307B

Text Example


Text Example

White with #DA307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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