Html Css Color HEX #DA268F Deep Cerise

📋 copy color: '#DA268F'

red 218 ◦ green 38 ◦ blue 143

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

Shades of Deep Cerise #DA268F

Tints of Deep Cerise #DA268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.84%

R = 54.64%
G = 9.52%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA268F (or 0xDA268F) is known color: Deep Cerise. HEX triplet: DA, 26 and 8F. RGB value is (218,38,143). Sum of RGB (Red+Green+Blue) = 218+38+143=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA268F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA268F is #25D970. Grayscale: #676767. Windows color (decimal): -2480497 or 9381594. OLE color: 9381594.

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

Color convert

RGB 218 38 143 -
CMYK 0 0.83 0.34 0.15
HSL 325º 0.71% 0.5% -
HSV(B) 325º 0.83% 0.85% -
XYZ 34.56 18.27 27.69 -
YUV 103.79 150.13 209.46 -
System Red Green Blue C M Y K H S L
Decimal 218 38 143 0 0.83 0.34 0.15 325 0.71 0.5
Hex DA 26 8F 0 53 22 F 145 47 32
Octal 332 46 217 0 123 42 17 505 107 62
Binary 11011010 100110 10001111 0 1010011 100010 1111 101000101 1000111 110010

Color Harmonies of #DA268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA268F

Black with #DA268F

Text Example


Text Example

White with #DA268F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA268F; }

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

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

background-color css

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

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

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

border-color css

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

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

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