Html Css Color HEX #DA267F Deep Cerise

📋 copy color: '#DA267F'

red 218 ◦ green 38 ◦ blue 127

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

Shades of Deep Cerise #DA267F

Tints of Deep Cerise #DA267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.16%

R = 56.92%
G = 9.92%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA267F (or 0xDA267F) is known color: Deep Cerise. HEX triplet: DA, 26 and 7F. RGB value is (218,38,127). Sum of RGB (Red+Green+Blue) = 218+38+127=383 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.92% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 218 - color contains mainly: red. Hex color #DA267F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA267F is #25D980. Grayscale: #656565. Windows color (decimal): -2480513 or 8333018. OLE color: 8333018.

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

Color convert

RGB 218 38 127 -
CMYK 0 0.83 0.42 0.15
HSL 330.33º 0.71% 0.5% -
HSV(B) 330.33º 0.83% 0.85% -
XYZ 33.44 17.82 21.76 -
YUV 101.97 142.13 210.76 -
System Red Green Blue C M Y K H S L
Decimal 218 38 127 0 0.83 0.42 0.15 330.33 0.71 0.5
Hex DA 26 7F 0 53 2A F 14A 47 32
Octal 332 46 177 0 123 52 17 512 107 62
Binary 11011010 100110 1111111 0 1010011 101010 1111 101001010 1000111 110010

Color Harmonies of #DA267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA267F

Black with #DA267F

Text Example


Text Example

White with #DA267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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