Html Css Color HEX #DA258A Deep Cerise

📋 copy color: '#DA258A'

red 218 ◦ green 37 ◦ blue 138

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

Shades of Deep Cerise #DA258A

Tints of Deep Cerise #DA258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.41%

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

R = 55.47%
G = 9.41%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA258A (or 0xDA258A) is known color: Deep Cerise. HEX triplet: DA, 25 and 8A. RGB value is (218,37,138). Sum of RGB (Red+Green+Blue) = 218+37+138=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA258A is #25DA75. Grayscale: #666666. Windows color (decimal): -2480758 or 9053658. OLE color: 9053658.

HSL color Cylindrical-coordinate representation of color #DA258A: hue angle of 326.52º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA258A is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 37 138 -
CMYK 0 0.83 0.37 0.15
HSL 326.52º 0.71% 0.5% -
HSV(B) 326.52º 0.83% 0.85% -
XYZ 34.16 18.06 25.73 -
YUV 102.63 147.97 210.29 -
System Red Green Blue C M Y K H S L
Decimal 218 37 138 0 0.83 0.37 0.15 326.52 0.71 0.5
Hex DA 25 8A 0 53 25 F 147 47 32
Octal 332 45 212 0 123 45 17 507 107 62
Binary 11011010 100101 10001010 0 1010011 100101 1111 101000111 1000111 110010

Color Harmonies of #DA258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA258A

Black with #DA258A

Text Example


Text Example

White with #DA258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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