Html Css Color HEX #DA3267 Cerise

📋 copy color: '#DA3267'

red 218 ◦ green 50 ◦ blue 103

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

Shades of Cerise #DA3267

Tints of Cerise #DA3267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.76%

R = 58.76%
G = 13.48%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA3267 (or 0xDA3267) is known color: Cerise. HEX triplet: DA, 32 and 67. RGB value is (218,50,103). Sum of RGB (Red+Green+Blue) = 218+50+103=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3267 is #25CD98. Grayscale: #6A6A6A. Windows color (decimal): -2477465 or 6763226. OLE color: 6763226.

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

Color convert

RGB 218 50 103 -
CMYK 0 0.77 0.53 0.15
HSL 341.07º 0.69% 0.53% -
HSV(B) 341.07º 0.77% 0.85% -
XYZ 32.5 18.17 14.63 -
YUV 106.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 218 50 103 0 0.77 0.53 0.15 341.07 0.69 0.53
Hex DA 32 67 0 4D 35 F 155 45 35
Octal 332 62 147 0 115 65 17 525 105 65
Binary 11011010 110010 1100111 0 1001101 110101 1111 101010101 1000101 110101

Color Harmonies of #DA3267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3267

Black with #DA3267

Text Example


Text Example

White with #DA3267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3267; }

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

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

background-color css

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

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

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

border-color css

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

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

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