Html Css Color HEX #DA415A Cerise

📋 copy color: '#DA415A'

red 218 ◦ green 65 ◦ blue 90

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

Shades of Cerise #DA415A

Tints of Cerise #DA415A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.13%

R = 58.45%
G = 17.43%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA415A (or 0xDA415A) is known color: Cerise. HEX triplet: DA, 41 and 5A. RGB value is (218,65,90). Sum of RGB (Red+Green+Blue) = 218+65+90=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA415A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA415A is #25BEA5. Grayscale: #717171. Windows color (decimal): -2473638 or 5915098. OLE color: 5915098.

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

Color convert

RGB 218 65 90 -
CMYK 0 0.70 0.59 0.15
HSL 350.2º 0.67% 0.55% -
HSV(B) 350.2º 0.7% 0.85% -
XYZ 32.65 19.42 11.7 -
YUV 113.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 218 65 90 0 0.70 0.59 0.15 350.2 0.67 0.55
Hex DA 41 5A 0 46 3B F 15E 43 37
Octal 332 101 132 0 106 73 17 536 103 67
Binary 11011010 1000001 1011010 0 1000110 111011 1111 101011110 1000011 110111

Color Harmonies of #DA415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA415A

Black with #DA415A

Text Example


Text Example

White with #DA415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA415A; }

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

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

background-color css

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

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

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

border-color css

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

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

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