Html Css Color HEX #DA356B Cerise

📋 copy color: '#DA356B'

red 218 ◦ green 53 ◦ blue 107

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

Shades of Cerise #DA356B

Tints of Cerise #DA356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.02%

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

R = 57.67%
G = 14.02%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA356B (or 0xDA356B) is known color: Cerise. HEX triplet: DA, 35 and 6B. RGB value is (218,53,107). Sum of RGB (Red+Green+Blue) = 218+53+107=378 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.67% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 218 - color contains mainly: red. Hex color #DA356B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA356B is #25CA94. Grayscale: #6C6C6C. Windows color (decimal): -2476693 or 7026138. OLE color: 7026138.

HSL color Cylindrical-coordinate representation of color #DA356B: 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.76%. Process color model (Four color, CMYK) of #DA356B is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 53 107 -
CMYK 0 0.76 0.51 0.15
HSL 340.36º 0.69% 0.53% -
HSV(B) 340.36º 0.76% 0.85% -
XYZ 32.84 18.51 15.75 -
YUV 108.49 127.16 206.11 -
System Red Green Blue C M Y K H S L
Decimal 218 53 107 0 0.76 0.51 0.15 340.36 0.69 0.53
Hex DA 35 6B 0 4C 33 F 154 45 35
Octal 332 65 153 0 114 63 17 524 105 65
Binary 11011010 110101 1101011 0 1001100 110011 1111 101010100 1000101 110101

Color Harmonies of #DA356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA356B

Black with #DA356B

Text Example


Text Example

White with #DA356B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA356B; }

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

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

background-color css

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

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

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

border-color css

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

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

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