Html Css Color HEX #DA268C Deep Cerise

📋 copy color: '#DA268C'

red 218 ◦ green 38 ◦ blue 140

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

Shades of Deep Cerise #DA268C

Tints of Deep Cerise #DA268C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.35%

R = 55.05%
G = 9.6%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA268C (or 0xDA268C) is known color: Deep Cerise. HEX triplet: DA, 26 and 8C. RGB value is (218,38,140). Sum of RGB (Red+Green+Blue) = 218+38+140=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA268C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA268C is #25D973. Grayscale: #676767. Windows color (decimal): -2480500 or 9184986. OLE color: 9184986.

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

Color convert

RGB 218 38 140 -
CMYK 0 0.83 0.36 0.15
HSL 326º 0.71% 0.5% -
HSV(B) 326º 0.83% 0.85% -
XYZ 34.34 18.19 26.51 -
YUV 103.45 148.63 209.71 -
System Red Green Blue C M Y K H S L
Decimal 218 38 140 0 0.83 0.36 0.15 326 0.71 0.5
Hex DA 26 8C 0 53 24 F 146 47 32
Octal 332 46 214 0 123 44 17 506 107 62
Binary 11011010 100110 10001100 0 1010011 100100 1111 101000110 1000111 110010

Color Harmonies of #DA268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA268C

Black with #DA268C

Text Example


Text Example

White with #DA268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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