Html Css Color HEX #DA267C Deep Cerise

📋 copy color: '#DA267C'

red 218 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #DA267C

Tints of Deep Cerise #DA267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10%

 BLUE value IS 124 (48.83% from 255) = 32.63%

R = 57.37%
G = 10%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA267C (or 0xDA267C) is known color: Deep Cerise. HEX triplet: DA, 26 and 7C. RGB value is (218,38,124). Sum of RGB (Red+Green+Blue) = 218+38+124=380 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.37% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 218 - color contains mainly: red. Hex color #DA267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA267C is #25D983. Grayscale: #656565. Windows color (decimal): -2480516 or 8136410. OLE color: 8136410.

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

Color convert

RGB 218 38 124 -
CMYK 0 0.83 0.43 0.15
HSL 331.33º 0.71% 0.5% -
HSV(B) 331.33º 0.83% 0.85% -
XYZ 33.24 17.75 20.74 -
YUV 101.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 218 38 124 0 0.83 0.43 0.15 331.33 0.71 0.5
Hex DA 26 7C 0 53 2B F 14B 47 32
Octal 332 46 174 0 123 53 17 513 107 62
Binary 11011010 100110 1111100 0 1010011 101011 1111 101001011 1000111 110010

Color Harmonies of #DA267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA267C

Black with #DA267C

Text Example


Text Example

White with #DA267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA267C; }

 p { color: rgb(218,38,124); }

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

background-color css

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

 a { background-color: rgb(218,38,124); }

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

border-color css

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

 span { border-color: rgb(218,38,124); }

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