Html Css Color HEX #DA368D Deep Cerise

📋 copy color: '#DA368D'

red 218 ◦ green 54 ◦ blue 141

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

Shades of Deep Cerise #DA368D

Tints of Deep Cerise #DA368D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 52.78%
G = 13.08%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA368D (or 0xDA368D) is known color: Deep Cerise. HEX triplet: DA, 36 and 8D. RGB value is (218,54,141). Sum of RGB (Red+Green+Blue) = 218+54+141=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA368D is #25C972. Grayscale: #707070. Windows color (decimal): -2476403 or 9254618. OLE color: 9254618.

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

Color convert

RGB 218 54 141 -
CMYK 0 0.75 0.35 0.15
HSL 328.17º 0.69% 0.53% -
HSV(B) 328.17º 0.75% 0.85% -
XYZ 35.04 19.47 27.11 -
YUV 112.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 218 54 141 0 0.75 0.35 0.15 328.17 0.69 0.53
Hex DA 36 8D 0 4B 23 F 148 45 35
Octal 332 66 215 0 113 43 17 510 105 65
Binary 11011010 110110 10001101 0 1001011 100011 1111 101001000 1000101 110101

Color Harmonies of #DA368D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA368D

Black with #DA368D

Text Example


Text Example

White with #DA368D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA368D; }

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

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

background-color css

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

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

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

border-color css

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

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

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