Html Css Color HEX #DA3C7B Deep Cerise

📋 copy color: '#DA3C7B'

red 218 ◦ green 60 ◦ blue 123

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

Shades of Deep Cerise #DA3C7B

Tints of Deep Cerise #DA3C7B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.96%

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

R = 54.36%
G = 14.96%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA3C7B (or 0xDA3C7B) is known color: Deep Cerise. HEX triplet: DA, 3C and 7B. RGB value is (218,60,123). Sum of RGB (Red+Green+Blue) = 218+60+123=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C7B is #25C384. Grayscale: #727272. Windows color (decimal): -2474885 or 8076506. OLE color: 8076506.

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

Color convert

RGB 218 60 123 -
CMYK 0 0.72 0.44 0.15
HSL 336.08º 0.68% 0.55% -
HSV(B) 336.08º 0.72% 0.85% -
XYZ 34.1 19.57 20.72 -
YUV 114.42 132.85 201.88 -
System Red Green Blue C M Y K H S L
Decimal 218 60 123 0 0.72 0.44 0.15 336.08 0.68 0.55
Hex DA 3C 7B 0 48 2C F 150 44 37
Octal 332 74 173 0 110 54 17 520 104 67
Binary 11011010 111100 1111011 0 1001000 101100 1111 101010000 1000100 110111

Color Harmonies of #DA3C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C7B

Black with #DA3C7B

Text Example


Text Example

White with #DA3C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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