Html Css Color HEX #DA268D Deep Cerise

📋 copy color: '#DA268D'

red 218 ◦ green 38 ◦ blue 141

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

Shades of Deep Cerise #DA268D

Tints of Deep Cerise #DA268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.52%

R = 54.91%
G = 9.57%
B = 35.52%

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

#DA268D (or 0xDA268D) is known color: Deep Cerise. HEX triplet: DA, 26 and 8D. RGB value is (218,38,141). Sum of RGB (Red+Green+Blue) = 218+38+141=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA268D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA268D is #25D972. Grayscale: #676767. Windows color (decimal): -2480499 or 9250522. OLE color: 9250522.

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

Color convert

RGB 218 38 141 -
CMYK 0 0.83 0.35 0.15
HSL 325.67º 0.71% 0.5% -
HSV(B) 325.67º 0.83% 0.85% -
XYZ 34.41 18.21 26.9 -
YUV 103.56 149.13 209.62 -
System Red Green Blue C M Y K H S L
Decimal 218 38 141 0 0.83 0.35 0.15 325.67 0.71 0.5
Hex DA 26 8D 0 53 23 F 146 47 32
Octal 332 46 215 0 123 43 17 506 107 62
Binary 11011010 100110 10001101 0 1010011 100011 1111 101000110 1000111 110010

Color Harmonies of #DA268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA268D

Black with #DA268D

Text Example


Text Example

White with #DA268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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