Html Css Color HEX #DA326D Cerise

📋 copy color: '#DA326D'

red 218 ◦ green 50 ◦ blue 109

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

Shades of Cerise #DA326D

Tints of Cerise #DA326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 57.82%
G = 13.26%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA326D (or 0xDA326D) is known color: Cerise. HEX triplet: DA, 32 and 6D. RGB value is (218,50,109). Sum of RGB (Red+Green+Blue) = 218+50+109=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA326D is #25CD92. Grayscale: #6A6A6A. Windows color (decimal): -2477459 or 7156442. OLE color: 7156442.

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

Color convert

RGB 218 50 109 -
CMYK 0 0.77 0.5 0.15
HSL 338.93º 0.69% 0.53% -
HSV(B) 338.93º 0.77% 0.85% -
XYZ 32.81 18.29 16.27 -
YUV 106.96 129.16 207.2 -
System Red Green Blue C M Y K H S L
Decimal 218 50 109 0 0.77 0.5 0.15 338.93 0.69 0.53
Hex DA 32 6D 0 4D 32 F 153 45 35
Octal 332 62 155 0 115 62 17 523 105 65
Binary 11011010 110010 1101101 0 1001101 110010 1111 101010011 1000101 110101

Color Harmonies of #DA326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA326D

Black with #DA326D

Text Example


Text Example

White with #DA326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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