Html Css Color HEX #DA368C Deep Cerise

📋 copy color: '#DA368C'

red 218 ◦ green 54 ◦ blue 140

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

Shades of Deep Cerise #DA368C

Tints of Deep Cerise #DA368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.11%

 BLUE value IS 140 (55.08% from 255) = 33.98%

R = 52.91%
G = 13.11%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA368C (or 0xDA368C) is known color: Deep Cerise. HEX triplet: DA, 36 and 8C. RGB value is (218,54,140). Sum of RGB (Red+Green+Blue) = 218+54+140=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA368C is #25C973. Grayscale: #707070. Windows color (decimal): -2476404 or 9189082. OLE color: 9189082.

HSL color Cylindrical-coordinate representation of color #DA368C: hue angle of 328.54º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA368C is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 54 140 -
CMYK 0 0.75 0.36 0.15
HSL 328.54º 0.69% 0.53% -
HSV(B) 328.54º 0.75% 0.85% -
XYZ 34.97 19.44 26.72 -
YUV 112.84 143.33 203.01 -
System Red Green Blue C M Y K H S L
Decimal 218 54 140 0 0.75 0.36 0.15 328.54 0.69 0.53
Hex DA 36 8C 0 4B 24 F 149 45 35
Octal 332 66 214 0 113 44 17 511 105 65
Binary 11011010 110110 10001100 0 1001011 100100 1111 101001001 1000101 110101

Color Harmonies of #DA368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA368C

Black with #DA368C

Text Example


Text Example

White with #DA368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA368C; }

 p { color: rgb(218,54,140); }

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

background-color css

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

 a { background-color: rgb(218,54,140); }

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

border-color css

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

 span { border-color: rgb(218,54,140); }

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