Html Css Color HEX #DA236A Cerise

📋 copy color: '#DA236A'

red 218 ◦ green 35 ◦ blue 106

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

Shades of Cerise #DA236A

Tints of Cerise #DA236A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.75%

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 60.72%
G = 9.75%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA236A (or 0xDA236A) is known color: Cerise. HEX triplet: DA, 23 and 6A. RGB value is (218,35,106). Sum of RGB (Red+Green+Blue) = 218+35+106=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA236A is #25DC95. Grayscale: #616161. Windows color (decimal): -2481302 or 6955994. OLE color: 6955994.

HSL color Cylindrical-coordinate representation of color #DA236A: hue angle of 336.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA236A is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 35 106 -
CMYK 0 0.84 0.51 0.15
HSL 336.72º 0.72% 0.5% -
HSV(B) 336.72º 0.84% 0.85% -
XYZ 32.12 17.15 15.25 -
YUV 97.81 132.63 213.73 -
System Red Green Blue C M Y K H S L
Decimal 218 35 106 0 0.84 0.51 0.15 336.72 0.72 0.5
Hex DA 23 6A 0 54 33 F 151 48 32
Octal 332 43 152 0 124 63 17 521 110 62
Binary 11011010 100011 1101010 0 1010100 110011 1111 101010001 1001000 110010

Color Harmonies of #DA236A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA236A

Black with #DA236A

Text Example


Text Example

White with #DA236A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA236A; }

 p { color: rgb(218,35,106); }

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

background-color css

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

 a { background-color: rgb(218,35,106); }

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

border-color css

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

 span { border-color: rgb(218,35,106); }

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