Html Css Color HEX #D74066 Cerise

📋 copy color: '#D74066'

red 215 ◦ green 64 ◦ blue 102

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

Shades of Cerise #D74066

Tints of Cerise #D74066

RGB

 RED value IS 215 (84.38% from 255) = 56.43%

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

 BLUE value IS 102 (40.23% from 255) = 26.77%

R = 56.43%
G = 16.8%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D74066 (or 0xD74066) is known color: Cerise. HEX triplet: D7, 40 and 66. RGB value is (215,64,102). Sum of RGB (Red+Green+Blue) = 215+64+102=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D74066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D74066 is #28BF99. Grayscale: #717171. Windows color (decimal): -2670490 or 6701271. OLE color: 6701271.

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

Color convert

RGB 215 64 102 -
CMYK 0 0.70 0.53 0.16
HSL 344.9º 0.65% 0.55% -
HSV(B) 344.9º 0.7% 0.84% -
XYZ 32.26 19.07 14.55 -
YUV 113.48 121.53 200.41 -
System Red Green Blue C M Y K H S L
Decimal 215 64 102 0 0.70 0.53 0.16 344.9 0.65 0.55
Hex D7 40 66 0 46 35 10 159 41 37
Octal 327 100 146 0 106 65 20 531 101 67
Binary 11010111 1000000 1100110 0 1000110 110101 10000 101011001 1000001 110111

Color Harmonies of #D74066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74066

Black with #D74066

Text Example


Text Example

White with #D74066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74066; }

 p { color: rgb(215,64,102); }

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

background-color css

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

 a { background-color: rgb(215,64,102); }

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

border-color css

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

 span { border-color: rgb(215,64,102); }

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