Html Css Color HEX #D54067 Cerise

📋 copy color: '#D54067'

red 213 ◦ green 64 ◦ blue 103

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

Shades of Cerise #D54067

Tints of Cerise #D54067

RGB

 RED value IS 213 (83.59% from 255) = 56.05%

 GREEN value IS 64 (25.39% from 255) = 16.84%

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

R = 56.05%
G = 16.84%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D54067 (or 0xD54067) is known color: Cerise. HEX triplet: D5, 40 and 67. RGB value is (213,64,103). Sum of RGB (Red+Green+Blue) = 213+64+103=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 103 (40.62% from 255 or 27.11% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D54067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54067 is #2ABF98. Grayscale: #707070. Windows color (decimal): -2801561 or 6766805. OLE color: 6766805.

HSL color Cylindrical-coordinate representation of color #D54067: hue angle of 344.3º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54067 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 103 -
CMYK 0 0.70 0.52 0.16
HSL 344.3º 0.64% 0.54% -
HSV(B) 344.3º 0.7% 0.84% -
XYZ 31.72 18.79 14.79 -
YUV 113 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 213 64 103 0 0.70 0.52 0.16 344.3 0.64 0.54
Hex D5 40 67 0 46 34 10 158 40 36
Octal 325 100 147 0 106 64 20 530 100 66
Binary 11010101 1000000 1100111 0 1000110 110100 10000 101011000 1000000 110110

Color Harmonies of #D54067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54067

Black with #D54067

Text Example


Text Example

White with #D54067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54067; }

 p { color: rgb(213,64,103); }

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

background-color css

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

 a { background-color: rgb(213,64,103); }

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

border-color css

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

 span { border-color: rgb(213,64,103); }

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