Html Css Color HEX #DA268B Deep Cerise

📋 copy color: '#DA268B'

red 218 ◦ green 38 ◦ blue 139

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

Shades of Deep Cerise #DA268B

Tints of Deep Cerise #DA268B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.19%

R = 55.19%
G = 9.62%
B = 35.19%

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

#DA268B (or 0xDA268B) is known color: Deep Cerise. HEX triplet: DA, 26 and 8B. RGB value is (218,38,139). Sum of RGB (Red+Green+Blue) = 218+38+139=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA268B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA268B is #25D974. Grayscale: #676767. Windows color (decimal): -2480501 or 9119450. OLE color: 9119450.

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

Color convert

RGB 218 38 139 -
CMYK 0 0.83 0.36 0.15
HSL 326.33º 0.71% 0.5% -
HSV(B) 326.33º 0.83% 0.85% -
XYZ 34.27 18.16 26.12 -
YUV 103.33 148.13 209.79 -
System Red Green Blue C M Y K H S L
Decimal 218 38 139 0 0.83 0.36 0.15 326.33 0.71 0.5
Hex DA 26 8B 0 53 24 F 146 47 32
Octal 332 46 213 0 123 44 17 506 107 62
Binary 11011010 100110 10001011 0 1010011 100100 1111 101000110 1000111 110010

Color Harmonies of #DA268B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA268B

Black with #DA268B

Text Example


Text Example

White with #DA268B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA268B; }

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

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

background-color css

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

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

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

border-color css

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

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

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