Html Css Color HEX #DA326B Cerise

📋 copy color: '#DA326B'

red 218 ◦ green 50 ◦ blue 107

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

Shades of Cerise #DA326B

Tints of Cerise #DA326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 58.13%
G = 13.33%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA326B (or 0xDA326B) is known color: Cerise. HEX triplet: DA, 32 and 6B. RGB value is (218,50,107). Sum of RGB (Red+Green+Blue) = 218+50+107=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA326B is #25CD94. Grayscale: #6A6A6A. Windows color (decimal): -2477461 or 7025370. OLE color: 7025370.

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

Color convert

RGB 218 50 107 -
CMYK 0 0.77 0.51 0.15
HSL 339.64º 0.69% 0.53% -
HSV(B) 339.64º 0.77% 0.85% -
XYZ 32.71 18.25 15.71 -
YUV 106.73 128.16 207.37 -
System Red Green Blue C M Y K H S L
Decimal 218 50 107 0 0.77 0.51 0.15 339.64 0.69 0.53
Hex DA 32 6B 0 4D 33 F 154 45 35
Octal 332 62 153 0 115 63 17 524 105 65
Binary 11011010 110010 1101011 0 1001101 110011 1111 101010100 1000101 110101

Color Harmonies of #DA326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA326B

Black with #DA326B

Text Example


Text Example

White with #DA326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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