Html Css Color HEX #DA3467 Cerise

📋 copy color: '#DA3467'

red 218 ◦ green 52 ◦ blue 103

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

Shades of Cerise #DA3467

Tints of Cerise #DA3467

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.94%

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

R = 58.45%
G = 13.94%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA3467 (or 0xDA3467) is known color: Cerise. HEX triplet: DA, 34 and 67. RGB value is (218,52,103). Sum of RGB (Red+Green+Blue) = 218+52+103=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 52 (20.70% from 255 or 13.94% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3467 is #25CB98. Grayscale: #6B6B6B. Windows color (decimal): -2476953 or 6763738. OLE color: 6763738.

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

Color convert

RGB 218 52 103 -
CMYK 0 0.76 0.53 0.15
HSL 341.57º 0.69% 0.53% -
HSV(B) 341.57º 0.76% 0.85% -
XYZ 32.59 18.34 14.65 -
YUV 107.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 218 52 103 0 0.76 0.53 0.15 341.57 0.69 0.53
Hex DA 34 67 0 4C 35 F 156 45 35
Octal 332 64 147 0 114 65 17 526 105 65
Binary 11011010 110100 1100111 0 1001100 110101 1111 101010110 1000101 110101

Color Harmonies of #DA3467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3467

Black with #DA3467

Text Example


Text Example

White with #DA3467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3467; }

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

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

background-color css

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

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

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

border-color css

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

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

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