Html Css Color HEX #DA416B Cerise

📋 copy color: '#DA416B'

red 218 ◦ green 65 ◦ blue 107

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

Shades of Cerise #DA416B

Tints of Cerise #DA416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.67%

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

R = 55.9%
G = 16.67%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA416B (or 0xDA416B) is known color: Cerise. HEX triplet: DA, 41 and 6B. RGB value is (218,65,107). Sum of RGB (Red+Green+Blue) = 218+65+107=390 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.90% from 390); Green value is 65 (25.78% from 255 or 16.67% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 218 - color contains mainly: red. Hex color #DA416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA416B is #25BE94. Grayscale: #737373. Windows color (decimal): -2473621 or 7029210. OLE color: 7029210.

HSL color Cylindrical-coordinate representation of color #DA416B: hue angle of 343.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA416B is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 107 -
CMYK 0 0.70 0.51 0.15
HSL 343.53º 0.67% 0.55% -
HSV(B) 343.53º 0.7% 0.85% -
XYZ 33.46 19.75 15.96 -
YUV 115.54 123.19 201.08 -
System Red Green Blue C M Y K H S L
Decimal 218 65 107 0 0.70 0.51 0.15 343.53 0.67 0.55
Hex DA 41 6B 0 46 33 F 158 43 37
Octal 332 101 153 0 106 63 17 530 103 67
Binary 11011010 1000001 1101011 0 1000110 110011 1111 101011000 1000011 110111

Color Harmonies of #DA416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA416B

Black with #DA416B

Text Example


Text Example

White with #DA416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA416B; }

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

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

background-color css

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

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

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

border-color css

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

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

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