Html Css Color HEX #DA458B Deep Cerise

📋 copy color: '#DA458B'

red 218 ◦ green 69 ◦ blue 139

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

Shades of Deep Cerise #DA458B

Tints of Deep Cerise #DA458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.2%

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 51.17%
G = 16.2%
B = 32.63%

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

#DA458B (or 0xDA458B) is known color: Deep Cerise. HEX triplet: DA, 45 and 8B. RGB value is (218,69,139). Sum of RGB (Red+Green+Blue) = 218+69+139=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA458B is #25BA74. Grayscale: #797979. Windows color (decimal): -2472565 or 9127386. OLE color: 9127386.

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

Color convert

RGB 218 69 139 -
CMYK 0 0.68 0.36 0.15
HSL 331.81º 0.67% 0.56% -
HSV(B) 331.81º 0.68% 0.85% -
XYZ 35.7 21.03 26.6 -
YUV 121.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 218 69 139 0 0.68 0.36 0.15 331.81 0.67 0.56
Hex DA 45 8B 0 44 24 F 14C 43 38
Octal 332 105 213 0 104 44 17 514 103 70
Binary 11011010 1000101 10001011 0 1000100 100100 1111 101001100 1000011 111000

Color Harmonies of #DA458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA458B

Black with #DA458B

Text Example


Text Example

White with #DA458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA458B; }

 p { color: rgb(218,69,139); }

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

background-color css

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

 a { background-color: rgb(218,69,139); }

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

border-color css

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

 span { border-color: rgb(218,69,139); }

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