Html Css Color HEX #DA257A Deep Cerise

📋 copy color: '#DA257A'

red 218 ◦ green 37 ◦ blue 122

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

Shades of Deep Cerise #DA257A

Tints of Deep Cerise #DA257A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 57.82%
G = 9.81%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA257A (or 0xDA257A) is known color: Deep Cerise. HEX triplet: DA, 25 and 7A. RGB value is (218,37,122). Sum of RGB (Red+Green+Blue) = 218+37+122=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA257A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA257A is #25DA85. Grayscale: #646464. Windows color (decimal): -2480774 or 8005082. OLE color: 8005082.

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

Color convert

RGB 218 37 122 -
CMYK 0 0.83 0.44 0.15
HSL 331.82º 0.71% 0.5% -
HSV(B) 331.82º 0.83% 0.85% -
XYZ 33.09 17.63 20.07 -
YUV 100.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 218 37 122 0 0.83 0.44 0.15 331.82 0.71 0.5
Hex DA 25 7A 0 53 2C F 14C 47 32
Octal 332 45 172 0 123 54 17 514 107 62
Binary 11011010 100101 1111010 0 1010011 101100 1111 101001100 1000111 110010

Color Harmonies of #DA257A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA257A

Black with #DA257A

Text Example


Text Example

White with #DA257A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA257A; }

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

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

background-color css

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

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

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

border-color css

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

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

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