Html Css Color HEX #DA268E Deep Cerise

📋 copy color: '#DA268E'

red 218 ◦ green 38 ◦ blue 142

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

Shades of Deep Cerise #DA268E

Tints of Deep Cerise #DA268E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.68%

R = 54.77%
G = 9.55%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA268E (or 0xDA268E) is known color: Deep Cerise. HEX triplet: DA, 26 and 8E. RGB value is (218,38,142). Sum of RGB (Red+Green+Blue) = 218+38+142=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA268E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA268E is #25D971. Grayscale: #676767. Windows color (decimal): -2480498 or 9316058. OLE color: 9316058.

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

Color convert

RGB 218 38 142 -
CMYK 0 0.83 0.35 0.15
HSL 325.33º 0.71% 0.5% -
HSV(B) 325.33º 0.83% 0.85% -
XYZ 34.49 18.24 27.29 -
YUV 103.68 149.63 209.54 -
System Red Green Blue C M Y K H S L
Decimal 218 38 142 0 0.83 0.35 0.15 325.33 0.71 0.5
Hex DA 26 8E 0 53 23 F 145 47 32
Octal 332 46 216 0 123 43 17 505 107 62
Binary 11011010 100110 10001110 0 1010011 100011 1111 101000101 1000111 110010

Color Harmonies of #DA268E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA268E

Black with #DA268E

Text Example


Text Example

White with #DA268E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA268E; }

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

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

background-color css

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

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

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

border-color css

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

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

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