Html Css Color HEX #DA468D Deep Cerise

📋 copy color: '#DA468D'

red 218 ◦ green 70 ◦ blue 141

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

Shades of Deep Cerise #DA468D

Tints of Deep Cerise #DA468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.32%

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

R = 50.82%
G = 16.32%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA468D (or 0xDA468D) is known color: Deep Cerise. HEX triplet: DA, 46 and 8D. RGB value is (218,70,141). Sum of RGB (Red+Green+Blue) = 218+70+141=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA468D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA468D is #25B972. Grayscale: #7A7A7A. Windows color (decimal): -2472307 or 9258714. OLE color: 9258714.

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

Color convert

RGB 218 70 141 -
CMYK 0 0.68 0.35 0.15
HSL 331.22º 0.67% 0.56% -
HSV(B) 331.22º 0.68% 0.85% -
XYZ 35.91 21.21 27.4 -
YUV 122.35 138.53 196.23 -
System Red Green Blue C M Y K H S L
Decimal 218 70 141 0 0.68 0.35 0.15 331.22 0.67 0.56
Hex DA 46 8D 0 44 23 F 14B 43 38
Octal 332 106 215 0 104 43 17 513 103 70
Binary 11011010 1000110 10001101 0 1000100 100011 1111 101001011 1000011 111000

Color Harmonies of #DA468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA468D

Black with #DA468D

Text Example


Text Example

White with #DA468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA468D; }

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

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

background-color css

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

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

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

border-color css

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

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

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