Html Css Color HEX #DA216B Cerise

📋 copy color: '#DA216B'

red 218 ◦ green 33 ◦ blue 107

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

Shades of Cerise #DA216B

Tints of Cerise #DA216B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

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

R = 60.89%
G = 9.22%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA216B (or 0xDA216B) is known color: Cerise. HEX triplet: DA, 21 and 6B. RGB value is (218,33,107). Sum of RGB (Red+Green+Blue) = 218+33+107=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA216B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA216B is #25DE94. Grayscale: #606060. Windows color (decimal): -2481813 or 7021018. OLE color: 7021018.

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

Color convert

RGB 218 33 107 -
CMYK 0 0.85 0.51 0.15
HSL 336º 0.74% 0.49% -
HSV(B) 336º 0.85% 0.85% -
XYZ 32.11 17.05 15.51 -
YUV 96.75 133.79 214.48 -
System Red Green Blue C M Y K H S L
Decimal 218 33 107 0 0.85 0.51 0.15 336 0.74 0.49
Hex DA 21 6B 0 55 33 F 150 4A 31
Octal 332 41 153 0 125 63 17 520 112 61
Binary 11011010 100001 1101011 0 1010101 110011 1111 101010000 1001010 110001

Color Harmonies of #DA216B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA216B

Black with #DA216B

Text Example


Text Example

White with #DA216B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA216B; }

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

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

background-color css

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

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

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

border-color css

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

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

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