Html Css Color HEX #DA468C Deep Cerise

📋 copy color: '#DA468C'

red 218 ◦ green 70 ◦ blue 140

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

Shades of Deep Cerise #DA468C

Tints of Deep Cerise #DA468C

RGB

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

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

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

R = 50.93%
G = 16.36%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA468C (or 0xDA468C) is known color: Deep Cerise. HEX triplet: DA, 46 and 8C. RGB value is (218,70,140). Sum of RGB (Red+Green+Blue) = 218+70+140=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DA468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA468C is #25B973. Grayscale: #7A7A7A. Windows color (decimal): -2472308 or 9193178. OLE color: 9193178.

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

Color convert

RGB 218 70 140 -
CMYK 0 0.68 0.36 0.15
HSL 331.62º 0.67% 0.56% -
HSV(B) 331.62º 0.68% 0.85% -
XYZ 35.84 21.18 27.01 -
YUV 122.23 138.03 196.31 -
System Red Green Blue C M Y K H S L
Decimal 218 70 140 0 0.68 0.36 0.15 331.62 0.67 0.56
Hex DA 46 8C 0 44 24 F 14C 43 38
Octal 332 106 214 0 104 44 17 514 103 70
Binary 11011010 1000110 10001100 0 1000100 100100 1111 101001100 1000011 111000

Color Harmonies of #DA468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA468C

Black with #DA468C

Text Example


Text Example

White with #DA468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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