Html Css Color HEX #DA4085 Deep Cerise

📋 copy color: '#DA4085'

red 218 ◦ green 64 ◦ blue 133

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

Shades of Deep Cerise #DA4085

Tints of Deep Cerise #DA4085

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

 BLUE value IS 133 (52.34% from 255) = 32.05%

R = 52.53%
G = 15.42%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#DA4085 (or 0xDA4085) is known color: Deep Cerise. HEX triplet: DA, 40 and 85. RGB value is (218,64,133). Sum of RGB (Red+Green+Blue) = 218+64+133=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4085 is #25BF7A. Grayscale: #757575. Windows color (decimal): -2473851 or 8732890. OLE color: 8732890.

HSL color Cylindrical-coordinate representation of color #DA4085: hue angle of 333.12º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4085 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 133 -
CMYK 0 0.71 0.39 0.15
HSL 333.12º 0.68% 0.55% -
HSV(B) 333.12º 0.71% 0.85% -
XYZ 34.98 20.27 24.26 -
YUV 117.91 136.52 199.39 -
System Red Green Blue C M Y K H S L
Decimal 218 64 133 0 0.71 0.39 0.15 333.12 0.68 0.55
Hex DA 40 85 0 47 27 F 14D 44 37
Octal 332 100 205 0 107 47 17 515 104 67
Binary 11011010 1000000 10000101 0 1000111 100111 1111 101001101 1000100 110111

Color Harmonies of #DA4085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4085

Black with #DA4085

Text Example


Text Example

White with #DA4085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4085; }

 p { color: rgb(218,64,133); }

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

background-color css

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

 a { background-color: rgb(218,64,133); }

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

border-color css

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

 span { border-color: rgb(218,64,133); }

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