Html Css Color HEX #DA407F Deep Cerise

📋 copy color: '#DA407F'

red 218 ◦ green 64 ◦ blue 127

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

Shades of Deep Cerise #DA407F

Tints of Deep Cerise #DA407F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.05%

R = 53.3%
G = 15.65%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA407F (or 0xDA407F) is known color: Deep Cerise. HEX triplet: DA, 40 and 7F. RGB value is (218,64,127). Sum of RGB (Red+Green+Blue) = 218+64+127=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA407F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA407F is #25BF80. Grayscale: #757575. Windows color (decimal): -2473857 or 8339674. OLE color: 8339674.

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

Color convert

RGB 218 64 127 -
CMYK 0 0.71 0.42 0.15
HSL 335.45º 0.68% 0.55% -
HSV(B) 335.45º 0.71% 0.85% -
XYZ 34.58 20.1 22.14 -
YUV 117.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 218 64 127 0 0.71 0.42 0.15 335.45 0.68 0.55
Hex DA 40 7F 0 47 2A F 14F 44 37
Octal 332 100 177 0 107 52 17 517 104 67
Binary 11011010 1000000 1111111 0 1000111 101010 1111 101001111 1000100 110111

Color Harmonies of #DA407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA407F

Black with #DA407F

Text Example


Text Example

White with #DA407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA407F; }

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

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

background-color css

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

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

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

border-color css

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

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

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