Html Css Color HEX #DA468A Deep Cerise

📋 copy color: '#DA468A'

red 218 ◦ green 70 ◦ blue 138

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

Shades of Deep Cerise #DA468A

Tints of Deep Cerise #DA468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.39%

R = 51.17%
G = 16.43%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA468A (or 0xDA468A) is known color: Deep Cerise. HEX triplet: DA, 46 and 8A. RGB value is (218,70,138). Sum of RGB (Red+Green+Blue) = 218+70+138=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA468A is #25B975. Grayscale: #797979. Windows color (decimal): -2472310 or 9062106. OLE color: 9062106.

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

Color convert

RGB 218 70 138 -
CMYK 0 0.68 0.37 0.15
HSL 332.43º 0.67% 0.56% -
HSV(B) 332.43º 0.68% 0.85% -
XYZ 35.69 21.12 26.24 -
YUV 122 137.03 196.47 -
System Red Green Blue C M Y K H S L
Decimal 218 70 138 0 0.68 0.37 0.15 332.43 0.67 0.56
Hex DA 46 8A 0 44 25 F 14C 43 38
Octal 332 106 212 0 104 45 17 514 103 70
Binary 11011010 1000110 10001010 0 1000100 100101 1111 101001100 1000011 111000

Color Harmonies of #DA468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA468A

Black with #DA468A

Text Example


Text Example

White with #DA468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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