Html Css Color HEX #DA3D7D Deep Cerise

📋 copy color: '#DA3D7D'

red 218 ◦ green 61 ◦ blue 125

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

Shades of Deep Cerise #DA3D7D

Tints of Deep Cerise #DA3D7D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.1%

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 53.96%
G = 15.1%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA3D7D (or 0xDA3D7D) is known color: Deep Cerise. HEX triplet: DA, 3D and 7D. RGB value is (218,61,125). Sum of RGB (Red+Green+Blue) = 218+61+125=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 61 (24.22% from 255 or 15.10% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3D7D is #25C282. Grayscale: #737373. Windows color (decimal): -2474627 or 8207834. OLE color: 8207834.

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

Color convert

RGB 218 61 125 -
CMYK 0 0.72 0.43 0.15
HSL 335.54º 0.68% 0.55% -
HSV(B) 335.54º 0.72% 0.85% -
XYZ 34.28 19.72 21.4 -
YUV 115.24 133.51 201.3 -
System Red Green Blue C M Y K H S L
Decimal 218 61 125 0 0.72 0.43 0.15 335.54 0.68 0.55
Hex DA 3D 7D 0 48 2B F 150 44 37
Octal 332 75 175 0 110 53 17 520 104 67
Binary 11011010 111101 1111101 0 1001000 101011 1111 101010000 1000100 110111

Color Harmonies of #DA3D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D7D

Black with #DA3D7D

Text Example


Text Example

White with #DA3D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D7D; }

 p { color: rgb(218,61,125); }

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

background-color css

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

 a { background-color: rgb(218,61,125); }

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

border-color css

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

 span { border-color: rgb(218,61,125); }

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