Html Css Color HEX #DA3269 Cerise

📋 copy color: '#DA3269'

red 218 ◦ green 50 ◦ blue 105

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

Shades of Cerise #DA3269

Tints of Cerise #DA3269

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.4%

 BLUE value IS 105 (41.41% from 255) = 28.15%

R = 58.45%
G = 13.4%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA3269 (or 0xDA3269) is known color: Cerise. HEX triplet: DA, 32 and 69. RGB value is (218,50,105). Sum of RGB (Red+Green+Blue) = 218+50+105=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3269 is #25CD96. Grayscale: #6A6A6A. Windows color (decimal): -2477463 or 6894298. OLE color: 6894298.

HSL color Cylindrical-coordinate representation of color #DA3269: hue angle of 340.36º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3269 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 105 -
CMYK 0 0.77 0.52 0.15
HSL 340.36º 0.69% 0.53% -
HSV(B) 340.36º 0.77% 0.85% -
XYZ 32.6 18.21 15.16 -
YUV 106.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 218 50 105 0 0.77 0.52 0.15 340.36 0.69 0.53
Hex DA 32 69 0 4D 34 F 154 45 35
Octal 332 62 151 0 115 64 17 524 105 65
Binary 11011010 110010 1101001 0 1001101 110100 1111 101010100 1000101 110101

Color Harmonies of #DA3269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3269

Black with #DA3269

Text Example


Text Example

White with #DA3269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3269; }

 p { color: rgb(218,50,105); }

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

background-color css

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

 a { background-color: rgb(218,50,105); }

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

border-color css

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

 span { border-color: rgb(218,50,105); }

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