Html Css Color HEX #DA257B Deep Cerise

📋 copy color: '#DA257B'

red 218 ◦ green 37 ◦ blue 123

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

Shades of Deep Cerise #DA257B

Tints of Deep Cerise #DA257B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 57.67%
G = 9.79%
B = 32.54%

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

#DA257B (or 0xDA257B) is known color: Deep Cerise. HEX triplet: DA, 25 and 7B. RGB value is (218,37,123). Sum of RGB (Red+Green+Blue) = 218+37+123=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA257B is #25DA84. Grayscale: #646464. Windows color (decimal): -2480773 or 8070618. OLE color: 8070618.

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

Color convert

RGB 218 37 123 -
CMYK 0 0.83 0.44 0.15
HSL 331.49º 0.71% 0.5% -
HSV(B) 331.49º 0.83% 0.85% -
XYZ 33.15 17.66 20.4 -
YUV 100.92 140.47 211.51 -
System Red Green Blue C M Y K H S L
Decimal 218 37 123 0 0.83 0.44 0.15 331.49 0.71 0.5
Hex DA 25 7B 0 53 2C F 14B 47 32
Octal 332 45 173 0 123 54 17 513 107 62
Binary 11011010 100101 1111011 0 1010011 101100 1111 101001011 1000111 110010

Color Harmonies of #DA257B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA257B

Black with #DA257B

Text Example


Text Example

White with #DA257B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA257B; }

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

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

background-color css

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

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

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

border-color css

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

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

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