Html Css Color HEX #DA3268 Cerise

📋 copy color: '#DA3268'

red 218 ◦ green 50 ◦ blue 104

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

Shades of Cerise #DA3268

Tints of Cerise #DA3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.44%

 BLUE value IS 104 (41.02% from 255) = 27.96%

R = 58.6%
G = 13.44%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA3268 (or 0xDA3268) is known color: Cerise. HEX triplet: DA, 32 and 68. RGB value is (218,50,104). Sum of RGB (Red+Green+Blue) = 218+50+104=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 50 (19.92% from 255 or 13.44% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3268 is #25CD97. Grayscale: #6A6A6A. Windows color (decimal): -2477464 or 6828762. OLE color: 6828762.

HSL color Cylindrical-coordinate representation of color #DA3268: hue angle of 340.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3268 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 104 -
CMYK 0 0.77 0.52 0.15
HSL 340.71º 0.69% 0.53% -
HSV(B) 340.71º 0.77% 0.85% -
XYZ 32.55 18.19 14.89 -
YUV 106.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 218 50 104 0 0.77 0.52 0.15 340.71 0.69 0.53
Hex DA 32 68 0 4D 34 F 155 45 35
Octal 332 62 150 0 115 64 17 525 105 65
Binary 11011010 110010 1101000 0 1001101 110100 1111 101010101 1000101 110101

Color Harmonies of #DA3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3268

Black with #DA3268

Text Example


Text Example

White with #DA3268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3268; }

 p { color: rgb(218,50,104); }

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

background-color css

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

 a { background-color: rgb(218,50,104); }

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

border-color css

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

 span { border-color: rgb(218,50,104); }

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